Html Css Color HEX #828592 Manatee

📋 copy color: '#828592'

red 130 ◦ green 133 ◦ blue 146

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

Shades of Manatee #828592

Tints of Manatee #828592

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.7%

R = 31.78%
G = 32.52%
B = 35.7%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828592 (or 0x828592) is known color: 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

RGB 130 133 146 -
CMYK 0.11 0.09 0 0.43
HSL 228.75º 0.07% 0.54% -
HSV(B) 228.75º 0.11% 0.57% -
XYZ 22.78 23.6 30.55 -
YUV 133.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 130 133 146 0.11 0.09 0 0.43 228.75 0.07 0.54
Hex 82 85 92 B 9 0 2B E5 7 36
Octal 202 205 222 13 11 0 53 345 7 66
Binary 10000010 10000101 10010010 1011 1001 0 101011 11100101 111 110110

Color Harmonies of #828592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828592

Black with #828592

Text Example


Text Example

White with #828592

Text Example


Text Example

HTML Codes & Css Web 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>