#868584

Color #868584 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #868584

Tints of Schooner #868584

Color information

#868584 (or 0x868584) is unknown color: approx Schooner. HEX triplet: 86, 85 and 84. RGB value is (134,133,132). Sum of RGB (Red+Green+Blue) = 134+133+132=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 134 - color contains mainly: red. Hex color #868584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868584 is #797A7B. Grayscale: #858585. Windows color (decimal): -7961212 or 8684934. OLE color: 8684934.

HSL color Cylindrical-coordinate representation of color #868584: hue angle of 30º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #868584 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB134133132-
CMYK00.010.010.47
HSL30º0.82%52.16%-
HSV(B)30º1.49%52.55%-
XYZ22.3823.5125.19-
YUV133.18127.33128.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=33.58%
G=33.33%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413313200.010.010.47300.8252.16
Hex8685840112F1e134
Octal2062052040115736164
Binary100001101000010110000100011101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868584; }

 p { color: rgb(134,133,132); }

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

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

 a { background-color: rgb(134,133,132); }

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

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

 span { border-color: rgb(134,133,132); }

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