#85827F

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

Shades of Schooner #85827F

Tints of Schooner #85827F

Color information

#85827F (or 0x85827F) is unknown color: approx Schooner. HEX triplet: 85, 82 and 7F. RGB value is (133,130,127). Sum of RGB (Red+Green+Blue) = 133+130+127=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #85827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827F is #7A7D80. Grayscale: #828282. Windows color (decimal): -8027521 or 8356485. OLE color: 8356485.

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

Color convert

RGB133130127-
CMYK00.020.050.48
HSL30º2.4%50.98%-
HSV(B)30º4.51%52.16%-
XYZ21.4922.4823.29-
YUV130.56125.99129.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 32.56%
R=34.10%
G=33.33%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313012700.020.050.48302.450.98
Hex85827F025301e233
Octal2052021770256036263
Binary100001011000001011111110101011100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85827F; }

 p { color: rgb(133,130,127); }

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

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

 a { background-color: rgb(133,130,127); }

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

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

 span { border-color: rgb(133,130,127); }

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