Html Css Color HEX #859E90 Padua

📋 copy color: '#859E90'

red 133 ◦ green 158 ◦ blue 144

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

Shades of Padua #859E90

Tints of Padua #859E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.32%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 30.57%
G = 36.32%
B = 33.1%

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

#859E90 (or 0x859E90) is known color: Padua. HEX triplet: 85, 9E and 90. RGB value is (133,158,144). Sum of RGB (Red+Green+Blue) = 133+158+144=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #859E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859E90 is #7A616F. Grayscale: #949494. Windows color (decimal): -8020336 or 9477765. OLE color: 9477765.

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

Color convert

RGB 133 158 144 -
CMYK 0.16 0 0.09 0.38
HSL 146.4º 0.11% 0.57% -
HSV(B) 146.4º 0.16% 0.62% -
XYZ 26.93 31.45 31.04 -
YUV 148.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 133 158 144 0.16 0 0.09 0.38 146.4 0.11 0.57
Hex 85 9E 90 10 0 9 26 92 B 39
Octal 205 236 220 20 0 11 46 222 13 71
Binary 10000101 10011110 10010000 10000 0 1001 100110 10010010 1011 111001

Color Harmonies of #859E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E90

Black with #859E90

Text Example


Text Example

White with #859E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,158,144); }

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

background-color css

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

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

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

border-color css

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

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

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