#828592

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

Shades of Manatee #828592

Tints of Manatee #828592

Color information

#828592 (or 0x828592) is unknown color: approx Manatee. HEX triplet: 82, 85 and 92. RGB value is (130,133,146). Sum of RGB (Red+Green+Blue) = 130+133+146=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #828592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828592 is #7D7A6D. Grayscale: #858585. Windows color (decimal): -8223342 or 9602434. OLE color: 9602434.

HSL color Cylindrical-coordinate representation of color #828592: hue angle of 228.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828592 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130133146-
CMYK0.110.0900.43
HSL228.75º6.84%54.12%-
HSV(B)228.75º10.96%57.25%-
XYZ22.7823.630.55-
YUV133.58135.01125.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=31.78%
G=32.52%
B=35.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301331460.110.0900.43228.756.8454.12
Hex828592B902Be5736
Octal2022052221311053345766
Binary10000010100001011001001010111001010101111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828592; }

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

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

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

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

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

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

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

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