Html Css Color HEX #818595 Manatee

📋 copy color: '#818595'

red 129 ◦ green 133 ◦ blue 149

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

Shades of Manatee #818595

Tints of Manatee #818595

RGB

 RED value IS 129 (50.78% from 255) = 31.39%

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

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

R = 31.39%
G = 32.36%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818595 (or 0x818595) is known color: Manatee. HEX triplet: 81, 85 and 95. RGB value is (129,133,149). Sum of RGB (Red+Green+Blue) = 129+133+149=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #818595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818595 is #7E7A6A. Grayscale: #858585. Windows color (decimal): -8288875 or 9799041. OLE color: 9799041.

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

Color convert

RGB 129 133 149 -
CMYK 0.13 0.11 0 0.42
HSL 228º 0.09% 0.55% -
HSV(B) 228º 0.13% 0.58% -
XYZ 22.87 23.61 31.79 -
YUV 133.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 129 133 149 0.13 0.11 0 0.42 228 0.09 0.55
Hex 81 85 95 D B 0 2A E4 9 37
Octal 201 205 225 15 13 0 52 344 11 67
Binary 10000001 10000101 10010101 1101 1011 0 101010 11100100 1001 110111

Color Harmonies of #818595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818595

Black with #818595

Text Example


Text Example

White with #818595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818595; }

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

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

background-color css

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

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

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

border-color css

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

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

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