Html Css Color HEX #828288 Manatee

📋 copy color: '#828288'

red 130 ◦ green 130 ◦ blue 136

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

Shades of Manatee #828288

Tints of Manatee #828288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 32.83%
G = 32.83%
B = 34.34%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828288 (or 0x828288) is known color: Manatee. HEX triplet: 82, 82 and 88. RGB value is (130,130,136). Sum of RGB (Red+Green+Blue) = 130+130+136=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 136 - color contains mainly: blue. Hex color #828288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828288 is #7D7D77. Grayscale: #828282. Windows color (decimal): -8224120 or 8946306. OLE color: 8946306.

HSL color Cylindrical-coordinate representation of color #828288: hue angle of 240º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828288 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 130 136 -
CMYK 0.04 0.04 0 0.47
HSL 240º 0.02% 0.52% -
HSV(B) 240º 0.04% 0.53% -
XYZ 21.63 22.49 26.49 -
YUV 130.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 130 130 136 0.04 0.04 0 0.47 240 0.02 0.52
Hex 82 82 88 4 4 0 2F F0 2 34
Octal 202 202 210 4 4 0 57 360 2 64
Binary 10000010 10000010 10001000 100 100 0 101111 11110000 10 110100

Color Harmonies of #828288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828288

Black with #828288

Text Example


Text Example

White with #828288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828288; }

 p { color: rgb(130,130,136); }

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

background-color css

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

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

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

border-color css

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

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

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