#55858B

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

Shades of Half Baked #55858B

Tints of Half Baked #55858B

Color information

#55858B (or 0x55858B) is unknown color: approx Half Baked. HEX triplet: 55, 85 and 8B. RGB value is (85,133,139). Sum of RGB (Red+Green+Blue) = 85+133+139=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #55858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55858B is #AA7A74. Grayscale: #777777. Windows color (decimal): -11172469 or 9143637. OLE color: 9143637.

HSL color Cylindrical-coordinate representation of color #55858B: hue angle of 186.67º 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 #55858B is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85133139-
CMYK0.390.0400.45
HSL186.67º24.11%43.92%-
HSV(B)186.67º38.85%54.51%-
XYZ16.7920.5727.51-
YUV119.33139.1103.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=23.81%
G=37.25%
B=38.94%

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
Decimal851331390.390.0400.45186.6724.1143.92
Hex55858B27402Dbb182c
Octal1252052134740552733054
Binary1010101100001011000101110011110001011011011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55858B; }

 p { color: rgb(85,133,139); }

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

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

 a { background-color: rgb(85,133,139); }

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

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

 span { border-color: rgb(85,133,139); }

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