#05789E

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

Shades of Cerulean #05789E

Tints of Cerulean #05789E

Color information

#05789E (or 0x05789E) is unknown color: approx Cerulean. HEX triplet: 05, 78 and 9E. RGB value is (5,120,158). Sum of RGB (Red+Green+Blue) = 5+120+158=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #05789E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05789E is #FA8761. Grayscale: #595959. Windows color (decimal): -16418658 or 10385413. OLE color: 10385413.

HSL color Cylindrical-coordinate representation of color #05789E: hue angle of 194.9º 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 #05789E is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5120158-
CMYK0.970.2400.38
HSL194.9º93.87%31.96%-
HSV(B)194.9º96.84%61.96%-
XYZ12.9515.9334.74-
YUV89.95166.467.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=1.77%
G=42.40%
B=55.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51201580.970.2400.38194.993.8731.96
Hex5789E6118026c35e20
Octal51702361413004630313640
Binary1011111000100111101100001110000100110110000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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