#55868C

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

Shades of Half Baked #55868C

Tints of Half Baked #55868C

Color information

#55868C (or 0x55868C) is unknown color: approx Half Baked. HEX triplet: 55, 86 and 8C. RGB value is (85,134,140). Sum of RGB (Red+Green+Blue) = 85+134+140=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #55868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55868C is #AA7973. Grayscale: #777777. Windows color (decimal): -11172212 or 9209429. OLE color: 9209429.

HSL color Cylindrical-coordinate representation of color #55868C: hue angle of 186.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55868C is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85134140-
CMYK0.390.0400.45
HSL186.55º24.44%44.12%-
HSV(B)186.55º39.29%54.9%-
XYZ17.0120.8727.94-
YUV120.03139.27103.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=23.68%
G=37.33%
B=39.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851341400.390.0400.45186.5524.4444.12
Hex55868C27402Dbb182c
Octal1252062144740552733054
Binary1010101100001101000110010011110001011011011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55868C; }

 p { color: rgb(85,134,140); }

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

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

 a { background-color: rgb(85,134,140); }

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

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

 span { border-color: rgb(85,134,140); }

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