Html Css Color HEX #85A593 Padua

📋 copy color: '#85A593'

red 133 ◦ green 165 ◦ blue 147

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

Shades of Padua #85A593

Tints of Padua #85A593

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 29.89%
G = 37.08%
B = 33.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#85A593 (or 0x85A593) is known color: Padua. HEX triplet: 85, A5 and 93. RGB value is (133,165,147). Sum of RGB (Red+Green+Blue) = 133+165+147=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #85A593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A593 is #7A5A6C. Grayscale: #999999. Windows color (decimal): -8018541 or 9676165. OLE color: 9676165.

HSL color Cylindrical-coordinate representation of color #85A593: hue angle of 146.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A593 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 165 147 -
CMYK 0.19 0 0.11 0.35
HSL 146.25º 0.15% 0.58% -
HSV(B) 146.25º 0.19% 0.65% -
XYZ 28.39 34 32.67 -
YUV 153.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 133 165 147 0.19 0 0.11 0.35 146.25 0.15 0.58
Hex 85 A5 93 13 0 B 23 92 F 3A
Octal 205 245 223 23 0 13 43 222 17 72
Binary 10000101 10100101 10010011 10011 0 1011 100011 10010010 1111 111010

Color Harmonies of #85A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A593

Black with #85A593

Text Example


Text Example

White with #85A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A593; }

 p { color: rgb(133,165,147); }

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

background-color css

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

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

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

border-color css

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

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

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