Html Css Color HEX #055894 Dark Cerulean

📋 copy color: '#055894'

red 5 ◦ green 88 ◦ blue 148

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

Shades of Dark Cerulean #055894

Tints of Dark Cerulean #055894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 2.07%
G = 36.51%
B = 61.41%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#055894 (or 0x055894) is known color: Dark Cerulean. HEX triplet: 05, 58 and 94. RGB value is (5,88,148). Sum of RGB (Red+Green+Blue) = 5+88+148=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #055894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055894 is #FAA76B. Grayscale: #454545. Windows color (decimal): -16426860 or 9721861. OLE color: 9721861.

HSL color Cylindrical-coordinate representation of color #055894: hue angle of 205.17º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055894 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 88 148 -
CMYK 0.97 0.41 0 0.42
HSL 205.17º 0.93% 0.3% -
HSV(B) 205.17º 0.97% 0.58% -
XYZ 8.9 9.15 29.31 -
YUV 70.02 172 81.62 -
System Red Green Blue C M Y K H S L
Decimal 5 88 148 0.97 0.41 0 0.42 205.17 0.93 0.3
Hex 5 58 94 61 29 0 2A CD 5D 1E
Octal 5 130 224 141 51 0 52 315 135 36
Binary 101 1011000 10010100 1100001 101001 0 101010 11001101 1011101 11110

Color Harmonies of #055894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055894

Black with #055894

Text Example


Text Example

White with #055894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055894; }

 p { color: rgb(5,88,148); }

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

background-color css

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

 a { background-color: rgb(5,88,148); }

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

border-color css

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

 span { border-color: rgb(5,88,148); }

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