Html Css Color HEX #858594 Manatee

📋 copy color: '#858594'

red 133 ◦ green 133 ◦ blue 148

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

Shades of Manatee #858594

Tints of Manatee #858594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 32.13%
G = 32.13%
B = 35.75%

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

#858594 (or 0x858594) is known color: Manatee. HEX triplet: 85, 85 and 94. RGB value is (133,133,148). Sum of RGB (Red+Green+Blue) = 133+133+148=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #858594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858594 is #7A7A6B. Grayscale: #868686. Windows color (decimal): -8026732 or 9733509. OLE color: 9733509.

HSL color Cylindrical-coordinate representation of color #858594: hue angle of 240º degrees, saturation: 0.07, 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 #858594 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 133 148 -
CMYK 0.10 0.10 0 0.42
HSL 240º 0.07% 0.55% -
HSV(B) 240º 0.1% 0.58% -
XYZ 23.41 23.9 31.4 -
YUV 134.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 133 133 148 0.10 0.10 0 0.42 240 0.07 0.55
Hex 85 85 94 A A 0 2A F0 7 37
Octal 205 205 224 12 12 0 52 360 7 67
Binary 10000101 10000101 10010100 1010 1010 0 101010 11110000 111 110111

Color Harmonies of #858594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858594

Black with #858594

Text Example


Text Example

White with #858594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858594; }

 p { color: rgb(133,133,148); }

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

background-color css

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

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

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

border-color css

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

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

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