Html Css Color HEX #055376 Dark Cerulean

📋 copy color: '#055376'

red 5 ◦ green 83 ◦ blue 118

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

Shades of Dark Cerulean #055376

Tints of Dark Cerulean #055376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 2.43%
G = 40.29%
B = 57.28%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#055376 (or 0x055376) is known color: Dark Cerulean. HEX triplet: 05, 53 and 76. RGB value is (5,83,118). Sum of RGB (Red+Green+Blue) = 5+83+118=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #055376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055376 is #FAAC89. Grayscale: #3F3F3F. Windows color (decimal): -16428170 or 7754501. OLE color: 7754501.

HSL color Cylindrical-coordinate representation of color #055376: hue angle of 198.58º 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 #055376 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 83 118 -
CMYK 0.96 0.30 0 0.54
HSL 198.58º 0.92% 0.24% -
HSV(B) 198.58º 0.96% 0.46% -
XYZ 6.43 7.53 18.25 -
YUV 63.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 5 83 118 0.96 0.30 0 0.54 198.58 0.92 0.24
Hex 5 53 76 60 1E 0 36 C7 5C 18
Octal 5 123 166 140 36 0 66 307 134 30
Binary 101 1010011 1110110 1100000 11110 0 110110 11000111 1011100 11000

Color Harmonies of #055376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055376

Black with #055376

Text Example


Text Example

White with #055376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055376; }

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

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

background-color css

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

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

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

border-color css

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

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

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