Html Css Color HEX #057592 Cerulean

📋 copy color: '#057592'

red 5 ◦ green 117 ◦ blue 146

#057592
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #057592

Tints of Cerulean #057592

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 value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057592 (or 0x057592) is known color: 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

RGB 5 117 146 -
CMYK 0.97 0.20 0 0.43
HSL 192.34º 0.93% 0.3% -
HSV(B) 192.34º 0.97% 0.57% -
XYZ 11.61 14.83 29.44 -
YUV 86.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 5 117 146 0.97 0.20 0 0.43 192.34 0.93 0.3
Hex 5 75 92 61 14 0 2B C0 5D 1E
Octal 5 165 222 141 24 0 53 300 135 36
Binary 101 1110101 10010010 1100001 10100 0 101011 11000000 1011101 11110

Color Harmonies of #057592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057592

Black with #057592

Text Example


Text Example

White with #057592

Text Example


Text Example

HTML Codes & Css Web 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>