Html Css Color HEX #838595 Manatee

📋 copy color: '#838595'

red 131 ◦ green 133 ◦ blue 149

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

Shades of Manatee #838595

Tints of Manatee #838595

RGB

 RED value IS 131 (51.56% from 255) = 31.72%

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

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

R = 31.72%
G = 32.2%
B = 36.08%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838595 (or 0x838595) is known color: Manatee. HEX triplet: 83, 85 and 95. RGB value is (131,133,149). Sum of RGB (Red+Green+Blue) = 131+133+149=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #838595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838595 is #7C7A6A. Grayscale: #868686. Windows color (decimal): -8157803 or 9799043. OLE color: 9799043.

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

Color convert

RGB 131 133 149 -
CMYK 0.12 0.11 0 0.42
HSL 233.33º 0.08% 0.55% -
HSV(B) 233.33º 0.12% 0.58% -
XYZ 23.17 23.77 31.8 -
YUV 134.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 131 133 149 0.12 0.11 0 0.42 233.33 0.08 0.55
Hex 83 85 95 C B 0 2A E9 8 37
Octal 203 205 225 14 13 0 52 351 10 67
Binary 10000011 10000101 10010101 1100 1011 0 101010 11101001 1000 110111

Color Harmonies of #838595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838595

Black with #838595

Text Example


Text Example

White with #838595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838595; }

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

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

background-color css

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

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

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

border-color css

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

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

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