Html Css Color HEX #559A85 Patina

📋 copy color: '#559A85'

red 85 ◦ green 154 ◦ blue 133

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

Shades of Patina #559A85

Tints of Patina #559A85

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.4%

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 22.85%
G = 41.4%
B = 35.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#559A85 (or 0x559A85) is known color: Patina. HEX triplet: 55, 9A and 85. RGB value is (85,154,133). Sum of RGB (Red+Green+Blue) = 85+154+133=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #559A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A85 is #AA657A. Grayscale: #828282. Windows color (decimal): -11167099 or 8755797. OLE color: 8755797.

HSL color Cylindrical-coordinate representation of color #559A85: hue angle of 161.74º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A85 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 133 -
CMYK 0.45 0 0.14 0.40
HSL 161.74º 0.29% 0.47% -
HSV(B) 161.74º 0.45% 0.6% -
XYZ 19.54 26.74 26.32 -
YUV 130.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 85 154 133 0.45 0 0.14 0.40 161.74 0.29 0.47
Hex 55 9A 85 2D 0 E 28 A2 1D 2F
Octal 125 232 205 55 0 16 50 242 35 57
Binary 1010101 10011010 10000101 101101 0 1110 101000 10100010 11101 101111

Color Harmonies of #559A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A85

Black with #559A85

Text Example


Text Example

White with #559A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559A85; }

 p { color: rgb(85,154,133); }

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

background-color css

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

 a { background-color: rgb(85,154,133); }

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

border-color css

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

 span { border-color: rgb(85,154,133); }

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