Html Css Color HEX #055290 Dark Cerulean

📋 copy color: '#055290'

red 5 ◦ green 82 ◦ blue 144

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

Shades of Dark Cerulean #055290

Tints of Dark Cerulean #055290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.5%

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 2.16%
G = 35.5%
B = 62.34%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#055290 (or 0x055290) is known color: Dark Cerulean. HEX triplet: 05, 52 and 90. RGB value is (5,82,144). Sum of RGB (Red+Green+Blue) = 5+82+144=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #055290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055290 is #FAAD6F. Grayscale: #414141. Windows color (decimal): -16428400 or 9458181. OLE color: 9458181.

HSL color Cylindrical-coordinate representation of color #055290: hue angle of 206.76º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055290 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 82 144 -
CMYK 0.97 0.43 0 0.44
HSL 206.76º 0.93% 0.29% -
HSV(B) 206.76º 0.97% 0.56% -
XYZ 8.11 8.08 27.52 -
YUV 66.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 5 82 144 0.97 0.43 0 0.44 206.76 0.93 0.29
Hex 5 52 90 61 2B 0 2C CF 5D 1D
Octal 5 122 220 141 53 0 54 317 135 35
Binary 101 1010010 10010000 1100001 101011 0 101100 11001111 1011101 11101

Color Harmonies of #055290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055290

Black with #055290

Text Example


Text Example

White with #055290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055290; }

 p { color: rgb(5,82,144); }

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

background-color css

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

 a { background-color: rgb(5,82,144); }

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

border-color css

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

 span { border-color: rgb(5,82,144); }

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