#057391

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

Shades of Cerulean #057391

Tints of Cerulean #057391

Color information

#057391 (or 0x057391) is unknown color: approx Cerulean. HEX triplet: 05, 73 and 91. RGB value is (5,115,145). Sum of RGB (Red+Green+Blue) = 5+115+145=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #057391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057391 is #FA8C6E. Grayscale: #555555. Windows color (decimal): -16419951 or 9532165. OLE color: 9532165.

HSL color Cylindrical-coordinate representation of color #057391: hue angle of 192.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057391 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5115145-
CMYK0.970.2100.43
HSL192.86º93.33%29.41%-
HSV(B)192.86º96.55%56.86%-
XYZ11.314.3428.96-
YUV85.53161.5670.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=1.89%
G=43.40%
B=54.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51151450.970.2100.43192.8693.3329.41
Hex57391611502Bc15d1d
Octal51632211412505330113535
Binary101111001110010001110000110101010101111000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057391; }

 p { color: rgb(5,115,145); }

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

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

 a { background-color: rgb(5,115,145); }

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

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

 span { border-color: rgb(5,115,145); }

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