Html Css Color HEX #559F8B Patina

📋 copy color: '#559F8B'

red 85 ◦ green 159 ◦ blue 139

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

Shades of Patina #559F8B

Tints of Patina #559F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 22.19%
G = 41.51%
B = 36.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#559F8B (or 0x559F8B) is known color: Patina. HEX triplet: 55, 9F and 8B. RGB value is (85,159,139). Sum of RGB (Red+Green+Blue) = 85+159+139=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #559F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F8B is #AA6074. Grayscale: #868686. Windows color (decimal): -11165813 or 9150293. OLE color: 9150293.

HSL color Cylindrical-coordinate representation of color #559F8B: hue angle of 163.78º 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 #559F8B is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 139 -
CMYK 0.47 0 0.13 0.38
HSL 163.78º 0.3% 0.48% -
HSV(B) 163.78º 0.47% 0.62% -
XYZ 20.8 28.59 28.85 -
YUV 134.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 85 159 139 0.47 0 0.13 0.38 163.78 0.3 0.48
Hex 55 9F 8B 2F 0 D 26 A4 1E 30
Octal 125 237 213 57 0 15 46 244 36 60
Binary 1010101 10011111 10001011 101111 0 1101 100110 10100100 11110 110000

Color Harmonies of #559F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F8B

Black with #559F8B

Text Example


Text Example

White with #559F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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