Html Css Color HEX #055490 Dark Cerulean

📋 copy color: '#055490'

red 5 ◦ green 84 ◦ blue 144

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

Shades of Dark Cerulean #055490

Tints of Dark Cerulean #055490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 2.15%
G = 36.05%
B = 61.8%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#055490 (or 0x055490) is known color: Dark Cerulean. HEX triplet: 05, 54 and 90. RGB value is (5,84,144). Sum of RGB (Red+Green+Blue) = 5+84+144=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #055490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055490 is #FAAB6F. Grayscale: #424242. Windows color (decimal): -16427888 or 9458693. OLE color: 9458693.

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

Color convert

RGB 5 84 144 -
CMYK 0.97 0.42 0 0.44
HSL 205.9º 0.93% 0.29% -
HSV(B) 205.9º 0.97% 0.56% -
XYZ 8.27 8.39 27.57 -
YUV 67.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 5 84 144 0.97 0.42 0 0.44 205.9 0.93 0.29
Hex 5 54 90 61 2A 0 2C CE 5D 1D
Octal 5 124 220 141 52 0 54 316 135 35
Binary 101 1010100 10010000 1100001 101010 0 101100 11001110 1011101 11101

Color Harmonies of #055490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055490

Black with #055490

Text Example


Text Example

White with #055490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055490; }

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

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

background-color css

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

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

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

border-color css

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

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

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