Html Css Color HEX #859F91 Padua

📋 copy color: '#859F91'

red 133 ◦ green 159 ◦ blue 145

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

Shades of Padua #859F91

Tints of Padua #859F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.18%

R = 30.43%
G = 36.38%
B = 33.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#859F91 (or 0x859F91) is known color: Padua. HEX triplet: 85, 9F and 91. RGB value is (133,159,145). Sum of RGB (Red+Green+Blue) = 133+159+145=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #859F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F91 is #7A606E. Grayscale: #959595. Windows color (decimal): -8020079 or 9543557. OLE color: 9543557.

HSL color Cylindrical-coordinate representation of color #859F91: hue angle of 147.69º 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 #859F91 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 159 145 -
CMYK 0.16 0 0.09 0.38
HSL 147.69º 0.12% 0.57% -
HSV(B) 147.69º 0.16% 0.62% -
XYZ 27.18 31.83 31.5 -
YUV 149.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 133 159 145 0.16 0 0.09 0.38 147.69 0.12 0.57
Hex 85 9F 91 10 0 9 26 94 C 39
Octal 205 237 221 20 0 11 46 224 14 71
Binary 10000101 10011111 10010001 10000 0 1001 100110 10010100 1100 111001

Color Harmonies of #859F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F91

Black with #859F91

Text Example


Text Example

White with #859F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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