#58ABBF

Color #58ABBF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #58ABBF

Tints of Viking #58ABBF

Color information

#58ABBF (or 0x58ABBF) is unknown color: approx Viking. HEX triplet: 58, AB and BF. RGB value is (88,171,191). Sum of RGB (Red+Green+Blue) = 88+171+191=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #58ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABBF is #A75440. Grayscale: #949494. Windows color (decimal): -10966081 or 12561240. OLE color: 12561240.

HSL color Cylindrical-coordinate representation of color #58ABBF: hue angle of 191.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58ABBF is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88171191-
CMYK0.540.1000.25
HSL191.65º44.59%54.71%-
HSV(B)191.65º53.93%74.9%-
XYZ27.9934.9654.56-
YUV148.4615284.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 19.56%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 191 (75% from 255) = 42.44%
R=19.56%
G=38%
B=42.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881711910.540.1000.25191.6544.5954.71
Hex58ABBF36A019c02d37
Octal13025327766120313005567
Binary10110001010101110111111110110101001100111000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58ABBF; }

 p { color: rgb(88,171,191); }

 H1.HeaderClassName
 {
   color: #58ABBF;
 }
 .AnyTagClassName
 {
   color: #58ABBF;
 }
</style>
background-color css

<style>
 a { background-color: #58ABBF; }

 a { background-color: rgb(88,171,191); }

 div.DivClassName
 {
   background-color: #58ABBF;
 }
 .BgClassName
 {
   background-color: #58ABBF;
 }
</style>
border-color css

<style>
 span { border-color: #58ABBF; }

 span { border-color: rgb(88,171,191); }

 td.TdClassName
 {
   border-color: #58ABBF;
 }
 .TagClassName
 {
   border-color: #58ABBF;
 }
</style>