#55878D

Color #55878D Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #55878D

Tints of Half Baked #55878D

Color information

#55878D (or 0x55878D) is unknown color: approx Half Baked. HEX triplet: 55, 87 and 8D. RGB value is (85,135,141). Sum of RGB (Red+Green+Blue) = 85+135+141=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #55878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55878D is #AA7872. Grayscale: #787878. Windows color (decimal): -11171955 or 9275221. OLE color: 9275221.

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

Color convert

RGB85135141-
CMYK0.400.0400.45
HSL186.43º24.78%44.31%-
HSV(B)186.43º39.72%55.29%-
XYZ17.2221.1828.38-
YUV120.73139.44102.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=23.55%
G=37.40%
B=39.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851351410.400.0400.45186.4324.7844.31
Hex55878D28402Dba192c
Octal1252072155040552723154
Binary1010101100001111000110110100010001011011011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55878D; }

 p { color: rgb(85,135,141); }

 H1.HeaderClassName
 {
   color: #55878D;
 }
 .AnyTagClassName
 {
   color: #55878D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,135,141); }

 div.DivClassName
 {
   background-color: #55878D;
 }
 .BgClassName
 {
   background-color: #55878D;
 }
</style>
border-color css

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

 span { border-color: rgb(85,135,141); }

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