#569C7C

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

Shades of Patina #569C7C

Tints of Patina #569C7C

Color information

#569C7C (or 0x569C7C) is unknown color: approx Patina. HEX triplet: 56, 9C and 7C. RGB value is (86,156,124). Sum of RGB (Red+Green+Blue) = 86+156+124=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #569C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C7C is #A96383. Grayscale: #838383. Windows color (decimal): -11101060 or 8166486. OLE color: 8166486.

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

Color convert

RGB86156124-
CMYK0.4500.210.39
HSL152.57º28.93%47.45%-
HSV(B)152.57º44.87%61.18%-
XYZ19.3627.2123.3-
YUV131.42123.8195.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=23.50%
G=42.62%
B=33.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861561240.4500.210.39152.5728.9347.45
Hex569C7C2D01527991d2f
Octal12623417455025472313557
Binary10101101001110011111001011010101011001111001100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,156,124); }

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

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

 a { background-color: rgb(86,156,124); }

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

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

 span { border-color: rgb(86,156,124); }

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