#838593

Color #838593 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #838593

Tints of Manatee #838593

Color information

#838593 (or 0x838593) is unknown color: approx Manatee. HEX triplet: 83, 85 and 93. RGB value is (131,133,147). Sum of RGB (Red+Green+Blue) = 131+133+147=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #838593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838593 is #7C7A6C. Grayscale: #858585. Windows color (decimal): -8157805 or 9667971. OLE color: 9667971.

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

Color convert

RGB131133147-
CMYK0.110.1000.42
HSL232.5º6.9%54.51%-
HSV(B)232.5º10.88%57.65%-
XYZ23.0123.7130.97-
YUV134135.34125.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=31.87%
G=32.36%
B=35.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311331470.110.1000.42232.56.954.51
Hex838593BA02Ae8737
Octal2032052231312052350767
Binary10000011100001011001001110111010010101011101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838593; }

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

 H1.HeaderClassName
 {
   color: #838593;
 }
 .AnyTagClassName
 {
   color: #838593;
 }
</style>
background-color css

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

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

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

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

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

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