#58B8CE

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

Shades of Viking #58B8CE

Tints of Viking #58B8CE

Color information

#58B8CE (or 0x58B8CE) is unknown color: approx Viking. HEX triplet: 58, B8 and CE. RGB value is (88,184,206). Sum of RGB (Red+Green+Blue) = 88+184+206=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #58B8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8CE is #A74731. Grayscale: #9D9D9D. Windows color (decimal): -10962738 or 13547608. OLE color: 13547608.

HSL color Cylindrical-coordinate representation of color #58B8CE: hue angle of 191.19º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58B8CE is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB88184206-
CMYK0.570.1100.19
HSL191.19º54.63%57.65%-
HSV(B)191.19º57.28%80.78%-
XYZ32.3140.8164.57-
YUV157.8155.278.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.41%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=18.41%
G=38.49%
B=43.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal881842060.570.1100.19191.1954.6357.65
Hex58B8CE39B013bf373a
Octal13027031671130232776772
Binary10110001011100011001110111001101101001110111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,184,206); }

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

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

 a { background-color: rgb(88,184,206); }

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

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

 span { border-color: rgb(88,184,206); }

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