#057896

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

Shades of Cerulean #057896

Tints of Cerulean #057896

Color information

#057896 (or 0x057896) is unknown color: approx Cerulean. HEX triplet: 05, 78 and 96. RGB value is (5,120,150). Sum of RGB (Red+Green+Blue) = 5+120+150=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #057896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057896 is #FA8769. Grayscale: #585858. Windows color (decimal): -16418666 or 9861125. OLE color: 9861125.

HSL color Cylindrical-coordinate representation of color #057896: hue angle of 192.41º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057896 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5120150-
CMYK0.970.2000.41
HSL192.41º93.55%30.39%-
HSV(B)192.41º96.67%58.82%-
XYZ12.2815.6731.23-
YUV89.04162.468.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=1.82%
G=43.64%
B=54.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51201500.970.2000.41192.4193.5530.39
Hex578966114029c05e1e
Octal51702261412405130013636
Binary101111100010010110110000110100010100111000000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057896; }

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

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

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

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

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

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

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

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