#057592

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

Shades of Cerulean #057592

Tints of Cerulean #057592

Color information

#057592 (or 0x057592) is unknown color: approx Cerulean. HEX triplet: 05, 75 and 92. RGB value is (5,117,146). Sum of RGB (Red+Green+Blue) = 5+117+146=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #057592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057592 is #FA8A6D. Grayscale: #565656. Windows color (decimal): -16419438 or 9598213. OLE color: 9598213.

HSL color Cylindrical-coordinate representation of color #057592: hue angle of 192.34º 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 #057592 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5117146-
CMYK0.970.2000.43
HSL192.34º93.38%29.61%-
HSV(B)192.34º96.58%57.25%-
XYZ11.6114.8329.44-
YUV86.82161.3969.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=1.87%
G=43.66%
B=54.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51171460.970.2000.43192.3493.3829.61
Hex57592611402Bc05d1e
Octal51652221412405330013536
Binary101111010110010010110000110100010101111000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057592; }

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

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

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

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

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

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

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

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