#569B86

Color #569B86 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #569B86

Tints of Patina #569B86

Color information

#569B86 (or 0x569B86) is unknown color: approx Patina. HEX triplet: 56, 9B and 86. RGB value is (86,155,134). Sum of RGB (Red+Green+Blue) = 86+155+134=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #569B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569B86 is #A96479. Grayscale: #838383. Windows color (decimal): -11101306 or 8821590. OLE color: 8821590.

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

Color convert

RGB86155134-
CMYK0.4500.140.39
HSL161.74º28.63%47.25%-
HSV(B)161.74º44.52%60.78%-
XYZ19.8627.1426.75-
YUV131.98129.1495.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=22.93%
G=41.33%
B=35.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861551340.4500.140.39161.7428.6347.25
Hex569B862D0E27a21d2f
Octal12623320655016472423557
Binary10101101001101110000110101101011101001111010001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569B86; }

 p { color: rgb(86,155,134); }

 H1.HeaderClassName
 {
   color: #569B86;
 }
 .AnyTagClassName
 {
   color: #569B86;
 }
</style>
background-color css

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

 a { background-color: rgb(86,155,134); }

 div.DivClassName
 {
   background-color: #569B86;
 }
 .BgClassName
 {
   background-color: #569B86;
 }
</style>
border-color css

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

 span { border-color: rgb(86,155,134); }

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