Html Css Color HEX #055990 Dark Cerulean

📋 copy color: '#055990'

red 5 ◦ green 89 ◦ blue 144

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

Shades of Dark Cerulean #055990

Tints of Dark Cerulean #055990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 2.1%
G = 37.39%
B = 60.5%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#055990 (or 0x055990) is known color: Dark Cerulean. HEX triplet: 05, 59 and 90. RGB value is (5,89,144). Sum of RGB (Red+Green+Blue) = 5+89+144=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #055990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055990 is #FAA66F. Grayscale: #454545. Windows color (decimal): -16426608 or 9459973. OLE color: 9459973.

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

Color convert

RGB 5 89 144 -
CMYK 0.97 0.38 0 0.44
HSL 203.74º 0.93% 0.29% -
HSV(B) 203.74º 0.97% 0.56% -
XYZ 8.67 9.19 27.7 -
YUV 70.15 169.67 81.53 -
System Red Green Blue C M Y K H S L
Decimal 5 89 144 0.97 0.38 0 0.44 203.74 0.93 0.29
Hex 5 59 90 61 26 0 2C CC 5D 1D
Octal 5 131 220 141 46 0 54 314 135 35
Binary 101 1011001 10010000 1100001 100110 0 101100 11001100 1011101 11101

Color Harmonies of #055990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055990

Black with #055990

Text Example


Text Example

White with #055990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055990; }

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

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

background-color css

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

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

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

border-color css

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

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

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