#81859C

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

Shades of Manatee #81859C

Tints of Manatee #81859C

Color information

#81859C (or 0x81859C) is unknown color: approx Manatee. HEX triplet: 81, 85 and 9C. RGB value is (129,133,156). Sum of RGB (Red+Green+Blue) = 129+133+156=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #81859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81859C is #7E7A63. Grayscale: #868686. Windows color (decimal): -8288868 or 10257793. OLE color: 10257793.

HSL color Cylindrical-coordinate representation of color #81859C: hue angle of 231.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81859C is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129133156-
CMYK0.170.1500.39
HSL231.11º12%55.88%-
HSV(B)231.11º17.31%61.18%-
XYZ23.4423.8434.82-
YUV134.43140.17124.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=30.86%
G=31.82%
B=37.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291331560.170.1500.39231.111255.88
Hex81859C11F027e7c38
Octal20120523421170473471470
Binary1000000110000101100111001000111110100111111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81859C; }

 p { color: rgb(129,133,156); }

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

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

 a { background-color: rgb(129,133,156); }

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

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

 span { border-color: rgb(129,133,156); }

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