Html Css Color HEX #559F8D Patina

📋 copy color: '#559F8D'

red 85 ◦ green 159 ◦ blue 141

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

Shades of Patina #559F8D

Tints of Patina #559F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 22.08%
G = 41.3%
B = 36.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#559F8D (or 0x559F8D) is known color: Patina. HEX triplet: 55, 9F and 8D. RGB value is (85,159,141). Sum of RGB (Red+Green+Blue) = 85+159+141=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #559F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F8D is #AA6072. Grayscale: #868686. Windows color (decimal): -11165811 or 9281365. OLE color: 9281365.

HSL color Cylindrical-coordinate representation of color #559F8D: hue angle of 165.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F8D is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 141 -
CMYK 0.47 0 0.11 0.38
HSL 165.41º 0.3% 0.48% -
HSV(B) 165.41º 0.47% 0.62% -
XYZ 20.95 28.65 29.63 -
YUV 134.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 85 159 141 0.47 0 0.11 0.38 165.41 0.3 0.48
Hex 55 9F 8D 2F 0 B 26 A5 1E 30
Octal 125 237 215 57 0 13 46 245 36 60
Binary 1010101 10011111 10001101 101111 0 1011 100110 10100101 11110 110000

Color Harmonies of #559F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F8D

Black with #559F8D

Text Example


Text Example

White with #559F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,141); }

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

background-color css

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

 a { background-color: rgb(85,159,141); }

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

border-color css

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

 span { border-color: rgb(85,159,141); }

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