Html Css Color HEX #828595 Manatee

📋 copy color: '#828595'

red 130 ◦ green 133 ◦ blue 149

#828595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #828595

Tints of Manatee #828595

RGB

 RED value IS 130 (51.17% from 255) = 31.55%

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 31.55%
G = 32.28%
B = 36.17%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828595 (or 0x828595) is known color: Manatee. HEX triplet: 82, 85 and 95. RGB value is (130,133,149). Sum of RGB (Red+Green+Blue) = 130+133+149=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #828595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828595 is #7D7A6A. Grayscale: #858585. Windows color (decimal): -8223339 or 9799042. OLE color: 9799042.

HSL color Cylindrical-coordinate representation of color #828595: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828595 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 133 149 -
CMYK 0.13 0.11 0 0.42
HSL 230.53º 0.08% 0.55% -
HSV(B) 230.53º 0.13% 0.58% -
XYZ 23.02 23.69 31.79 -
YUV 133.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 130 133 149 0.13 0.11 0 0.42 230.53 0.08 0.55
Hex 82 85 95 D B 0 2A E7 8 37
Octal 202 205 225 15 13 0 52 347 10 67
Binary 10000010 10000101 10010101 1101 1011 0 101010 11100111 1000 110111

Color Harmonies of #828595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828595

Black with #828595

Text Example


Text Example

White with #828595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828595; }

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

 H1.HeaderClassName
 {
   color: #828595;
 }
 .AnyTagClassName
 {
   color: #828595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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