Html Css Color HEX #55888E Half Baked

📋 copy color: '#55888E'

red 85 ◦ green 136 ◦ blue 142

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

Shades of Half Baked #55888E

Tints of Half Baked #55888E

RGB

 RED value IS 85 (33.59% from 255) = 23.42%

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 23.42%
G = 37.47%
B = 39.12%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55888E (or 0x55888E) is known color: Half Baked. HEX triplet: 55, 88 and 8E. RGB value is (85,136,142). Sum of RGB (Red+Green+Blue) = 85+136+142=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #55888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55888E is #AA7771. Grayscale: #797979. Windows color (decimal): -11171698 or 9341013. OLE color: 9341013.

HSL color Cylindrical-coordinate representation of color #55888E: hue angle of 186.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55888E is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 136 142 -
CMYK 0.40 0.04 0 0.44
HSL 186.32º 0.25% 0.45% -
HSV(B) 186.32º 0.4% 0.56% -
XYZ 17.43 21.49 28.82 -
YUV 121.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 85 136 142 0.40 0.04 0 0.44 186.32 0.25 0.45
Hex 55 88 8E 28 4 0 2C BA 19 2D
Octal 125 210 216 50 4 0 54 272 31 55
Binary 1010101 10001000 10001110 101000 100 0 101100 10111010 11001 101101

Color Harmonies of #55888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55888E

Black with #55888E

Text Example


Text Example

White with #55888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55888E; }

 p { color: rgb(85,136,142); }

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

background-color css

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

 a { background-color: rgb(85,136,142); }

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

border-color css

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

 span { border-color: rgb(85,136,142); }

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