Html Css Color HEX #859F95 Cascade

📋 copy color: '#859F95'

red 133 ◦ green 159 ◦ blue 149

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

Shades of Cascade #859F95

Tints of Cascade #859F95

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 30.16%
G = 36.05%
B = 33.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#859F95 (or 0x859F95) is known color: Cascade. HEX triplet: 85, 9F and 95. RGB value is (133,159,149). Sum of RGB (Red+Green+Blue) = 133+159+149=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #859F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F95 is #7A606A. Grayscale: #969696. Windows color (decimal): -8020075 or 9805701. OLE color: 9805701.

HSL color Cylindrical-coordinate representation of color #859F95: hue angle of 156.92º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859F95 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 159 149 -
CMYK 0.16 0 0.06 0.38
HSL 156.92º 0.12% 0.57% -
HSV(B) 156.92º 0.16% 0.62% -
XYZ 27.5 31.95 33.15 -
YUV 150.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 133 159 149 0.16 0 0.06 0.38 156.92 0.12 0.57
Hex 85 9F 95 10 0 6 26 9D C 39
Octal 205 237 225 20 0 6 46 235 14 71
Binary 10000101 10011111 10010101 10000 0 110 100110 10011101 1100 111001

Color Harmonies of #859F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F95

Black with #859F95

Text Example


Text Example

White with #859F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859F95; }

 p { color: rgb(133,159,149); }

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

background-color css

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

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

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

border-color css

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

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

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