#05779E

Color #05779E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #05779E

Tints of Cerulean #05779E

Color information

#05779E (or 0x05779E) is unknown color: approx Cerulean. HEX triplet: 05, 77 and 9E. RGB value is (5,119,158). Sum of RGB (Red+Green+Blue) = 5+119+158=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #05779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05779E is #FA8861. Grayscale: #595959. Windows color (decimal): -16418914 or 10385157. OLE color: 10385157.

HSL color Cylindrical-coordinate representation of color #05779E: hue angle of 195.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05779E is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5119158-
CMYK0.970.2500.38
HSL195.29º93.87%31.96%-
HSV(B)195.29º96.84%61.96%-
XYZ12.8315.6934.7-
YUV89.36166.7367.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=1.77%
G=42.20%
B=56.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51191580.970.2500.38195.2993.8731.96
Hex5779E6119026c35e20
Octal51672361413104630313640
Binary1011110111100111101100001110010100110110000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05779E; }

 p { color: rgb(5,119,158); }

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

<style>
 a { background-color: #05779E; }

 a { background-color: rgb(5,119,158); }

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

<style>
 span { border-color: #05779E; }

 span { border-color: rgb(5,119,158); }

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