#057392

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

Shades of Cerulean #057392

Tints of Cerulean #057392

Color information

#057392 (or 0x057392) is unknown color: approx Cerulean. HEX triplet: 05, 73 and 92. RGB value is (5,115,146). Sum of RGB (Red+Green+Blue) = 5+115+146=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #057392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057392 is #FA8C6D. Grayscale: #555555. Windows color (decimal): -16419950 or 9597701. OLE color: 9597701.

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

Color convert

RGB5115146-
CMYK0.970.2100.43
HSL193.19º93.38%29.61%-
HSV(B)193.19º96.58%57.25%-
XYZ11.3814.3729.37-
YUV85.64162.0670.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=1.88%
G=43.23%
B=54.89%

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
Decimal51151460.970.2100.43193.1993.3829.61
Hex57392611502Bc15d1e
Octal51632221412505330113536
Binary101111001110010010110000110101010101111000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057392; }

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

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

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

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

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

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

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

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