Html Css Color HEX #838593 Manatee

📋 copy color: '#838593'

red 131 ◦ green 133 ◦ blue 147

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

Shades of Manatee #838593

Tints of Manatee #838593

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 value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838593 (or 0x838593) is known color: 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

RGB 131 133 147 -
CMYK 0.11 0.10 0 0.42
HSL 232.5º 0.07% 0.55% -
HSV(B) 232.5º 0.11% 0.58% -
XYZ 23.01 23.71 30.97 -
YUV 134 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 131 133 147 0.11 0.10 0 0.42 232.5 0.07 0.55
Hex 83 85 93 B A 0 2A E8 7 37
Octal 203 205 223 13 12 0 52 350 7 67
Binary 10000011 10000101 10010011 1011 1010 0 101010 11101000 111 110111

Color Harmonies of #838593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838593

Black with #838593

Text Example


Text Example

White with #838593

Text Example


Text Example

HTML Codes & Css Web 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>