Html Css Color HEX #838596 Manatee

📋 copy color: '#838596'

red 131 ◦ green 133 ◦ blue 150

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

Shades of Manatee #838596

Tints of Manatee #838596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 31.64%
G = 32.13%
B = 36.23%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#838596 (or 0x838596) is known color: Manatee. HEX triplet: 83, 85 and 96. RGB value is (131,133,150). Sum of RGB (Red+Green+Blue) = 131+133+150=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #838596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838596 is #7C7A69. Grayscale: #868686. Windows color (decimal): -8157802 or 9864579. OLE color: 9864579.

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

Color convert

RGB 131 133 150 -
CMYK 0.13 0.11 0 0.41
HSL 233.68º 0.08% 0.55% -
HSV(B) 233.68º 0.13% 0.59% -
XYZ 23.25 23.8 32.22 -
YUV 134.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 131 133 150 0.13 0.11 0 0.41 233.68 0.08 0.55
Hex 83 85 96 D B 0 29 EA 8 37
Octal 203 205 226 15 13 0 51 352 10 67
Binary 10000011 10000101 10010110 1101 1011 0 101001 11101010 1000 110111

Color Harmonies of #838596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838596

Black with #838596

Text Example


Text Example

White with #838596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838596; }

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

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

background-color css

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

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

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

border-color css

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

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

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