Html Css Color HEX #848593 Manatee

📋 copy color: '#848593'

red 132 ◦ green 133 ◦ blue 147

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

Shades of Manatee #848593

Tints of Manatee #848593

RGB

 RED value IS 132 (51.95% from 255) = 32.04%

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

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 32.04%
G = 32.28%
B = 35.68%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#848593 (or 0x848593) is known color: Manatee. HEX triplet: 84, 85 and 93. RGB value is (132,133,147). Sum of RGB (Red+Green+Blue) = 132+133+147=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #848593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848593 is #7B7A6C. Grayscale: #868686. Windows color (decimal): -8092269 or 9667972. OLE color: 9667972.

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

Color convert

RGB 132 133 147 -
CMYK 0.10 0.10 0 0.42
HSL 236º 0.06% 0.55% -
HSV(B) 236º 0.1% 0.58% -
XYZ 23.17 23.79 30.97 -
YUV 134.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 132 133 147 0.10 0.10 0 0.42 236 0.06 0.55
Hex 84 85 93 A A 0 2A EC 6 37
Octal 204 205 223 12 12 0 52 354 6 67
Binary 10000100 10000101 10010011 1010 1010 0 101010 11101100 110 110111

Color Harmonies of #848593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848593

Black with #848593

Text Example


Text Example

White with #848593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848593; }

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

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

background-color css

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

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

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

border-color css

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

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

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