#569B85

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

Shades of Patina #569B85

Tints of Patina #569B85

Color information

#569B85 (or 0x569B85) is unknown color: approx Patina. HEX triplet: 56, 9B and 85. RGB value is (86,155,133). Sum of RGB (Red+Green+Blue) = 86+155+133=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #569B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569B85 is #A9647A. Grayscale: #838383. Windows color (decimal): -11101307 or 8756054. OLE color: 8756054.

HSL color Cylindrical-coordinate representation of color #569B85: hue angle of 160.87º 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 #569B85 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB86155133-
CMYK0.4500.140.39
HSL160.87º28.63%47.25%-
HSV(B)160.87º44.52%60.78%-
XYZ19.7927.1126.38-
YUV131.86128.6495.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=22.99%
G=41.44%
B=35.56%

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
Decimal861551330.4500.140.39160.8728.6347.25
Hex569B852D0E27a11d2f
Octal12623320555016472413557
Binary10101101001101110000101101101011101001111010000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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