Html Css Color HEX #828593 Manatee

📋 copy color: '#828593'

red 130 ◦ green 133 ◦ blue 147

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

Shades of Manatee #828593

Tints of Manatee #828593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 31.71%
G = 32.44%
B = 35.85%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828593 (or 0x828593) is known color: Manatee. HEX triplet: 82, 85 and 93. RGB value is (130,133,147). Sum of RGB (Red+Green+Blue) = 130+133+147=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #828593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828593 is #7D7A6C. Grayscale: #858585. Windows color (decimal): -8223341 or 9667970. OLE color: 9667970.

HSL color Cylindrical-coordinate representation of color #828593: hue angle of 229.41º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828593 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 133 147 -
CMYK 0.12 0.10 0 0.42
HSL 229.41º 0.07% 0.54% -
HSV(B) 229.41º 0.12% 0.58% -
XYZ 22.86 23.63 30.96 -
YUV 133.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 130 133 147 0.12 0.10 0 0.42 229.41 0.07 0.54
Hex 82 85 93 C A 0 2A E5 7 36
Octal 202 205 223 14 12 0 52 345 7 66
Binary 10000010 10000101 10010011 1100 1010 0 101010 11100101 111 110110

Color Harmonies of #828593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828593

Black with #828593

Text Example


Text Example

White with #828593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828593; }

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

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

background-color css

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

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

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

border-color css

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

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

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