Html Css Color HEX #057796 Cerulean

📋 copy color: '#057796'

red 5 ◦ green 119 ◦ blue 150

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

Shades of Cerulean #057796

Tints of Cerulean #057796

RGB

 RED value IS 5 (2.34% from 255) = 1.82%

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 150 (58.98% from 255) = 54.74%

R = 1.82%
G = 43.43%
B = 54.74%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#057796 (or 0x057796) is known color: Cerulean. HEX triplet: 05, 77 and 96. RGB value is (5,119,150). Sum of RGB (Red+Green+Blue) = 5+119+150=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #057796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057796 is #FA8869. Grayscale: #585858. Windows color (decimal): -16418922 or 9860869. OLE color: 9860869.

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

Color convert

RGB 5 119 150 -
CMYK 0.97 0.21 0 0.41
HSL 192.83º 0.94% 0.3% -
HSV(B) 192.83º 0.97% 0.59% -
XYZ 12.16 15.43 31.19 -
YUV 88.45 162.73 68.48 -
System Red Green Blue C M Y K H S L
Decimal 5 119 150 0.97 0.21 0 0.41 192.83 0.94 0.3
Hex 5 77 96 61 15 0 29 C1 5E 1E
Octal 5 167 226 141 25 0 51 301 136 36
Binary 101 1110111 10010110 1100001 10101 0 101001 11000001 1011110 11110

Color Harmonies of #057796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057796

Black with #057796

Text Example


Text Example

White with #057796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057796; }

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

 H1.HeaderClassName
 {
   color: #057796;
 }
 .AnyTagClassName
 {
   color: #057796;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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