Html Css Color HEX #859199 Light Slate Grey

📋 copy color: '#859199'

red 133 ◦ green 145 ◦ blue 153

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

Shades of Light Slate Grey #859199

Tints of Light Slate Grey #859199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.64%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 30.86%
G = 33.64%
B = 35.5%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#859199 (or 0x859199) is known color: Light Slate Grey. HEX triplet: 85, 91 and 99. RGB value is (133,145,153). Sum of RGB (Red+Green+Blue) = 133+145+153=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #859199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859199 is #7A6E66. Grayscale: #8E8E8E. Windows color (decimal): -8023655 or 10064261. OLE color: 10064261.

HSL color Cylindrical-coordinate representation of color #859199: hue angle of 204º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859199 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 145 153 -
CMYK 0.13 0.05 0 0.4
HSL 204º 0.09% 0.56% -
HSV(B) 204º 0.13% 0.6% -
XYZ 25.55 27.54 34.11 -
YUV 142.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 133 145 153 0.13 0.05 0 0.4 204 0.09 0.56
Hex 85 91 99 D 5 0 28 CC 9 38
Octal 205 221 231 15 5 0 50 314 11 70
Binary 10000101 10010001 10011001 1101 101 0 101000 11001100 1001 111000

Color Harmonies of #859199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859199

Black with #859199

Text Example


Text Example

White with #859199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859199; }

 p { color: rgb(133,145,153); }

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

background-color css

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

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

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

border-color css

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

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

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