Html Css Color HEX #055389 Dark Cerulean

📋 copy color: '#055389'

red 5 ◦ green 83 ◦ blue 137

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

Shades of Dark Cerulean #055389

Tints of Dark Cerulean #055389

RGB

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

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

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

R = 2.22%
G = 36.89%
B = 60.89%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#055389 (or 0x055389) is known color: Dark Cerulean. HEX triplet: 05, 53 and 89. RGB value is (5,83,137). Sum of RGB (Red+Green+Blue) = 5+83+137=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #055389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055389 is #FAAC76. Grayscale: #414141. Windows color (decimal): -16428151 or 8999685. OLE color: 8999685.

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

Color convert

RGB 5 83 137 -
CMYK 0.96 0.39 0 0.46
HSL 204.55º 0.93% 0.28% -
HSV(B) 204.55º 0.96% 0.54% -
XYZ 7.67 8.02 24.81 -
YUV 65.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 5 83 137 0.96 0.39 0 0.46 204.55 0.93 0.28
Hex 5 53 89 60 27 0 2E CD 5D 1C
Octal 5 123 211 140 47 0 56 315 135 34
Binary 101 1010011 10001001 1100000 100111 0 101110 11001101 1011101 11100

Color Harmonies of #055389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055389

Black with #055389

Text Example


Text Example

White with #055389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055389; }

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

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

background-color css

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

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

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

border-color css

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

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

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