Html Css Color HEX #559382 Patina

📋 copy color: '#559382'

red 85 ◦ green 147 ◦ blue 130

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

Shades of Patina #559382

Tints of Patina #559382

RGB

 RED value IS 85 (33.59% from 255) = 23.48%

 GREEN value IS 147 (57.81% from 255) = 40.61%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 23.48%
G = 40.61%
B = 35.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#559382 (or 0x559382) is known color: Patina. HEX triplet: 55, 93 and 82. RGB value is (85,147,130). Sum of RGB (Red+Green+Blue) = 85+147+130=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #559382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559382 is #AA6C7D. Grayscale: #7E7E7E. Windows color (decimal): -11168894 or 8557397. OLE color: 8557397.

HSL color Cylindrical-coordinate representation of color #559382: hue angle of 163.55º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559382 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 130 -
CMYK 0.42 0 0.12 0.42
HSL 163.55º 0.27% 0.45% -
HSV(B) 163.55º 0.42% 0.58% -
XYZ 18.21 24.41 24.87 -
YUV 126.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 85 147 130 0.42 0 0.12 0.42 163.55 0.27 0.45
Hex 55 93 82 2A 0 C 2A A4 1B 2D
Octal 125 223 202 52 0 14 52 244 33 55
Binary 1010101 10010011 10000010 101010 0 1100 101010 10100100 11011 101101

Color Harmonies of #559382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559382

Black with #559382

Text Example


Text Example

White with #559382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559382; }

 p { color: rgb(85,147,130); }

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

background-color css

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

 a { background-color: rgb(85,147,130); }

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

border-color css

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

 span { border-color: rgb(85,147,130); }

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