Html Css Color HEX #055289 Dark Cerulean

📋 copy color: '#055289'

red 5 ◦ green 82 ◦ blue 137

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

Shades of Dark Cerulean #055289

Tints of Dark Cerulean #055289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 2.23%
G = 36.61%
B = 61.16%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#055289 (or 0x055289) is known color: Dark Cerulean. HEX triplet: 05, 52 and 89. RGB value is (5,82,137). Sum of RGB (Red+Green+Blue) = 5+82+137=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #055289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055289 is #FAAD76. Grayscale: #404040. Windows color (decimal): -16428407 or 8999429. OLE color: 8999429.

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

Color convert

RGB 5 82 137 -
CMYK 0.96 0.40 0 0.46
HSL 205º 0.93% 0.28% -
HSV(B) 205º 0.96% 0.54% -
XYZ 7.6 7.87 24.79 -
YUV 65.25 168.49 85.03 -
System Red Green Blue C M Y K H S L
Decimal 5 82 137 0.96 0.40 0 0.46 205 0.93 0.28
Hex 5 52 89 60 28 0 2E CD 5D 1C
Octal 5 122 211 140 50 0 56 315 135 34
Binary 101 1010010 10001001 1100000 101000 0 101110 11001101 1011101 11100

Color Harmonies of #055289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055289

Black with #055289

Text Example


Text Example

White with #055289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055289; }

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

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

background-color css

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

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

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

border-color css

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

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

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