Html Css Color HEX #828599 Manatee

📋 copy color: '#828599'

red 130 ◦ green 133 ◦ blue 153

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

Shades of Manatee #828599

Tints of Manatee #828599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 31.25%
G = 31.97%
B = 36.78%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#828599 (or 0x828599) is known color: Manatee. HEX triplet: 82, 85 and 99. RGB value is (130,133,153). Sum of RGB (Red+Green+Blue) = 130+133+153=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #828599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828599 is #7D7A66. Grayscale: #868686. Windows color (decimal): -8223335 or 10061186. OLE color: 10061186.

HSL color Cylindrical-coordinate representation of color #828599: hue angle of 232.17º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828599 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 133 153 -
CMYK 0.15 0.13 0 0.4
HSL 232.17º 0.1% 0.55% -
HSV(B) 232.17º 0.15% 0.6% -
XYZ 23.34 23.82 33.5 -
YUV 134.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 130 133 153 0.15 0.13 0 0.4 232.17 0.1 0.55
Hex 82 85 99 F D 0 28 E8 A 37
Octal 202 205 231 17 15 0 50 350 12 67
Binary 10000010 10000101 10011001 1111 1101 0 101000 11101000 1010 110111

Color Harmonies of #828599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828599

Black with #828599

Text Example


Text Example

White with #828599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828599; }

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

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

background-color css

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

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

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

border-color css

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

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

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