Html Css Color HEX #838590 Manatee

📋 copy color: '#838590'

red 131 ◦ green 133 ◦ blue 144

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

Shades of Manatee #838590

Tints of Manatee #838590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 32.11%
G = 32.6%
B = 35.29%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#838590 (or 0x838590) is known color: Manatee. HEX triplet: 83, 85 and 90. RGB value is (131,133,144). Sum of RGB (Red+Green+Blue) = 131+133+144=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 144 - color contains mainly: blue. Hex color #838590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838590 is #7C7A6F. Grayscale: #858585. Windows color (decimal): -8157808 or 9471363. OLE color: 9471363.

HSL color Cylindrical-coordinate representation of color #838590: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #838590 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 133 144 -
CMYK 0.09 0.08 0 0.44
HSL 230.77º 0.06% 0.54% -
HSV(B) 230.77º 0.09% 0.56% -
XYZ 22.78 23.61 29.74 -
YUV 133.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 131 133 144 0.09 0.08 0 0.44 230.77 0.06 0.54
Hex 83 85 90 9 8 0 2C E7 6 36
Octal 203 205 220 11 10 0 54 347 6 66
Binary 10000011 10000101 10010000 1001 1000 0 101100 11100111 110 110110

Color Harmonies of #838590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838590

Black with #838590

Text Example


Text Example

White with #838590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838590; }

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

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

background-color css

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

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

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

border-color css

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

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

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