#85807A

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

Shades of Schooner #85807A

Tints of Schooner #85807A

Color information

#85807A (or 0x85807A) is unknown color: approx Schooner. HEX triplet: 85, 80 and 7A. RGB value is (133,128,122). Sum of RGB (Red+Green+Blue) = 133+128+122=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #85807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85807A is #7A7F85. Grayscale: #808080. Windows color (decimal): -8028038 or 8028293. OLE color: 8028293.

HSL color Cylindrical-coordinate representation of color #85807A: hue angle of 32.73º 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 #85807A is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133128122-
CMYK00.040.080.48
HSL32.73º4.31%50%-
HSV(B)32.73º8.27%52.16%-
XYZ20.921.8321.52-
YUV128.81124.16130.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=34.73%
G=33.42%
B=31.85%

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
Decimal13312812200.040.080.4832.734.3150
Hex85807A0483021432
Octal20520017204106041462
Binary1000010110000000111101001001000110000100001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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