Html Css Color HEX #055B8E Dark Cerulean

📋 copy color: '#055B8E'

red 5 ◦ green 91 ◦ blue 142

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

Shades of Dark Cerulean #055B8E

Tints of Dark Cerulean #055B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 142 (55.86% from 255) = 59.66%

R = 2.1%
G = 38.24%
B = 59.66%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#055B8E (or 0x055B8E) is known color: Dark Cerulean. HEX triplet: 05, 5B and 8E. RGB value is (5,91,142). Sum of RGB (Red+Green+Blue) = 5+91+142=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #055B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B8E is #FAA471. Grayscale: #464646. Windows color (decimal): -16426098 or 9329413. OLE color: 9329413.

HSL color Cylindrical-coordinate representation of color #055B8E: hue angle of 202.34º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055B8E is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 91 142 -
CMYK 0.96 0.36 0 0.44
HSL 202.34º 0.93% 0.29% -
HSV(B) 202.34º 0.96% 0.56% -
XYZ 8.69 9.47 26.96 -
YUV 71.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 5 91 142 0.96 0.36 0 0.44 202.34 0.93 0.29
Hex 5 5B 8E 60 24 0 2C CA 5D 1D
Octal 5 133 216 140 44 0 54 312 135 35
Binary 101 1011011 10001110 1100000 100100 0 101100 11001010 1011101 11101

Color Harmonies of #055B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B8E

Black with #055B8E

Text Example


Text Example

White with #055B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055B8E; }

 p { color: rgb(5,91,142); }

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

background-color css

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

 a { background-color: rgb(5,91,142); }

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

border-color css

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

 span { border-color: rgb(5,91,142); }

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