Html Css Color HEX #055388 Dark Cerulean

📋 copy color: '#055388'

red 5 ◦ green 83 ◦ blue 136

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

Shades of Dark Cerulean #055388

Tints of Dark Cerulean #055388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.71%

R = 2.23%
G = 37.05%
B = 60.71%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#055388 (or 0x055388) is known color: Dark Cerulean. HEX triplet: 05, 53 and 88. RGB value is (5,83,136). Sum of RGB (Red+Green+Blue) = 5+83+136=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #055388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055388 is #FAAC77. Grayscale: #414141. Windows color (decimal): -16428152 or 8934149. OLE color: 8934149.

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

Color convert

RGB 5 83 136 -
CMYK 0.96 0.39 0 0.47
HSL 204.27º 0.93% 0.28% -
HSV(B) 204.27º 0.96% 0.53% -
XYZ 7.6 8 24.44 -
YUV 65.72 167.66 84.69 -
System Red Green Blue C M Y K H S L
Decimal 5 83 136 0.96 0.39 0 0.47 204.27 0.93 0.28
Hex 5 53 88 60 27 0 2F CC 5D 1C
Octal 5 123 210 140 47 0 57 314 135 34
Binary 101 1010011 10001000 1100000 100111 0 101111 11001100 1011101 11100

Color Harmonies of #055388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055388

Black with #055388

Text Example


Text Example

White with #055388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055388; }

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

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

background-color css

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

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

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

border-color css

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

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

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