#85827E

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

Shades of Schooner #85827E

Tints of Schooner #85827E

Color information

#85827E (or 0x85827E) is unknown color: approx Schooner. HEX triplet: 85, 82 and 7E. RGB value is (133,130,126). Sum of RGB (Red+Green+Blue) = 133+130+126=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #85827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827E is #7A7D81. Grayscale: #828282. Windows color (decimal): -8027522 or 8290949. OLE color: 8290949.

HSL color Cylindrical-coordinate representation of color #85827E: hue angle of 34.29º degrees, saturation: 0.03, 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 #85827E is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133130126-
CMYK00.020.050.48
HSL34.29º2.79%50.78%-
HSV(B)34.29º5.26%52.16%-
XYZ21.4222.4622.94-
YUV130.44125.49129.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=34.19%
G=33.42%
B=32.39%

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
Decimal13313012600.020.050.4834.292.7950.78
Hex85827E0253022333
Octal2052021760256042363
Binary1000010110000010111111001010111000010001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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