#569E82

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

Shades of Patina #569E82

Tints of Patina #569E82

Color information

#569E82 (or 0x569E82) is unknown color: approx Patina. HEX triplet: 56, 9E and 82. RGB value is (86,158,130). Sum of RGB (Red+Green+Blue) = 86+158+130=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #569E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569E82 is #A9617D. Grayscale: #858585. Windows color (decimal): -11100542 or 8560214. OLE color: 8560214.

HSL color Cylindrical-coordinate representation of color #569E82: hue angle of 156.67º 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 #569E82 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB86158130-
CMYK0.4600.180.38
HSL156.67º29.51%47.84%-
HSV(B)156.67º45.57%61.96%-
XYZ20.0928.0425.47-
YUV133.28126.1594.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=22.99%
G=42.25%
B=34.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861581300.4600.180.38156.6729.5147.84
Hex569E822E012269d1e30
Octal12623620256022462353660
Binary101011010011110100000101011100100101001101001110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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