Html Css Color HEX #053776 Dark Cerulean

📋 copy color: '#053776'

red 5 ◦ green 55 ◦ blue 118

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

Shades of Dark Cerulean #053776

Tints of Dark Cerulean #053776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 118 (46.48% from 255) = 66.29%

R = 2.81%
G = 30.9%
B = 66.29%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053776 (or 0x053776) is known color: Dark Cerulean. HEX triplet: 05, 37 and 76. RGB value is (5,55,118). Sum of RGB (Red+Green+Blue) = 5+55+118=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #053776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053776 is #FAC889. Grayscale: #2E2E2E. Windows color (decimal): -16435338 or 7747333. OLE color: 7747333.

HSL color Cylindrical-coordinate representation of color #053776: hue angle of 213.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053776 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 55 118 -
CMYK 0.96 0.53 0 0.54
HSL 213.45º 0.92% 0.24% -
HSV(B) 213.45º 0.96% 0.46% -
XYZ 4.7 4.07 17.68 -
YUV 47.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 5 55 118 0.96 0.53 0 0.54 213.45 0.92 0.24
Hex 5 37 76 60 35 0 36 D5 5C 18
Octal 5 67 166 140 65 0 66 325 134 30
Binary 101 110111 1110110 1100000 110101 0 110110 11010101 1011100 11000

Color Harmonies of #053776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053776

Black with #053776

Text Example


Text Example

White with #053776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053776; }

 p { color: rgb(5,55,118); }

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

background-color css

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

 a { background-color: rgb(5,55,118); }

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

border-color css

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

 span { border-color: rgb(5,55,118); }

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