#85807B

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

Shades of Schooner #85807B

Tints of Schooner #85807B

Color information

#85807B (or 0x85807B) is unknown color: approx Schooner. HEX triplet: 85, 80 and 7B. RGB value is (133,128,123). Sum of RGB (Red+Green+Blue) = 133+128+123=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #85807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85807B is #7A7F84. Grayscale: #808080. Windows color (decimal): -8028037 or 8093829. OLE color: 8093829.

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

Color convert

RGB133128123-
CMYK00.040.080.48
HSL30º3.94%50.2%-
HSV(B)30º7.52%52.16%-
XYZ20.9721.8521.85-
YUV128.92124.66130.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=34.64%
G=33.33%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312812300.040.080.48303.9450.2
Hex85807B048301e432
Octal20520017304106036462
Binary100001011000000011110110100100011000011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,128,123); }

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

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

 a { background-color: rgb(133,128,123); }

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

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

 span { border-color: rgb(133,128,123); }

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