Html Css Color HEX #559282 Patina

📋 copy color: '#559282'

red 85 ◦ green 146 ◦ blue 130

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

Shades of Patina #559282

Tints of Patina #559282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 23.55%
G = 40.44%
B = 36.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#559282 (or 0x559282) is known color: Patina. HEX triplet: 55, 92 and 82. RGB value is (85,146,130). Sum of RGB (Red+Green+Blue) = 85+146+130=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #559282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559282 is #AA6D7D. Grayscale: #7D7D7D. Windows color (decimal): -11169150 or 8557141. OLE color: 8557141.

HSL color Cylindrical-coordinate representation of color #559282: hue angle of 164.26º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559282 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 130 -
CMYK 0.42 0 0.11 0.43
HSL 164.26º 0.26% 0.45% -
HSV(B) 164.26º 0.42% 0.57% -
XYZ 18.05 24.1 24.82 -
YUV 125.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 85 146 130 0.42 0 0.11 0.43 164.26 0.26 0.45
Hex 55 92 82 2A 0 B 2B A4 1A 2D
Octal 125 222 202 52 0 13 53 244 32 55
Binary 1010101 10010010 10000010 101010 0 1011 101011 10100100 11010 101101

Color Harmonies of #559282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559282

Black with #559282

Text Example


Text Example

White with #559282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559282; }

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

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

background-color css

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

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

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

border-color css

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

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

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