#569E85

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

Shades of Patina #569E85

Tints of Patina #569E85

Color information

#569E85 (or 0x569E85) is unknown color: approx Patina. HEX triplet: 56, 9E and 85. RGB value is (86,158,133). Sum of RGB (Red+Green+Blue) = 86+158+133=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #569E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569E85 is #A9617A. Grayscale: #858585. Windows color (decimal): -11100539 or 8756822. OLE color: 8756822.

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

Color convert

RGB86158133-
CMYK0.4600.160.38
HSL159.17º29.51%47.84%-
HSV(B)159.17º45.57%61.96%-
XYZ20.328.1326.55-
YUV133.62127.6594.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=22.81%
G=41.91%
B=35.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861581330.4600.160.38159.1729.5147.84
Hex569E852E010269f1e30
Octal12623620556020462373660
Binary101011010011110100001011011100100001001101001111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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