Html Css Color HEX #559682 Patina

📋 copy color: '#559682'

red 85 ◦ green 150 ◦ blue 130

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

Shades of Patina #559682

Tints of Patina #559682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

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

R = 23.29%
G = 41.1%
B = 35.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#559682 (or 0x559682) is known color: Patina. HEX triplet: 55, 96 and 82. RGB value is (85,150,130). Sum of RGB (Red+Green+Blue) = 85+150+130=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #559682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559682 is #AA697D. Grayscale: #808080. Windows color (decimal): -11168126 or 8558165. OLE color: 8558165.

HSL color Cylindrical-coordinate representation of color #559682: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559682 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 130 -
CMYK 0.43 0 0.13 0.41
HSL 161.54º 0.28% 0.46% -
HSV(B) 161.54º 0.43% 0.59% -
XYZ 18.68 25.36 25.03 -
YUV 128.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 85 150 130 0.43 0 0.13 0.41 161.54 0.28 0.46
Hex 55 96 82 2B 0 D 29 A2 1C 2E
Octal 125 226 202 53 0 15 51 242 34 56
Binary 1010101 10010110 10000010 101011 0 1101 101001 10100010 11100 101110

Color Harmonies of #559682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559682

Black with #559682

Text Example


Text Example

White with #559682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559682; }

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

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

background-color css

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

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

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

border-color css

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

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

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