#569E7E

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

Shades of Patina #569E7E

Tints of Patina #569E7E

Color information

#569E7E (or 0x569E7E) is unknown color: approx Patina. HEX triplet: 56, 9E and 7E. RGB value is (86,158,126). Sum of RGB (Red+Green+Blue) = 86+158+126=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #569E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569E7E is #A96181. Grayscale: #848484. Windows color (decimal): -11100546 or 8298070. OLE color: 8298070.

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

Color convert

RGB86158126-
CMYK0.4600.200.38
HSL153.33º29.51%47.84%-
HSV(B)153.33º45.57%61.96%-
XYZ19.8327.9424.09-
YUV132.82124.1594.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=23.24%
G=42.70%
B=34.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861581260.4600.200.38153.3329.5147.84
Hex569E7E2E01426991e30
Octal12623617656024462313660
Binary10101101001111011111101011100101001001101001100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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