#569C7D

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

Shades of Patina #569C7D

Tints of Patina #569C7D

Color information

#569C7D (or 0x569C7D) is unknown color: approx Patina. HEX triplet: 56, 9C and 7D. RGB value is (86,156,125). Sum of RGB (Red+Green+Blue) = 86+156+125=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #569C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C7D is #A96382. Grayscale: #838383. Windows color (decimal): -11101059 or 8232022. OLE color: 8232022.

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

Color convert

RGB86156125-
CMYK0.4500.200.39
HSL153.43º28.93%47.45%-
HSV(B)153.43º44.87%61.18%-
XYZ19.4327.2423.64-
YUV131.54124.3195.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=23.43%
G=42.51%
B=34.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861561250.4500.200.39153.4328.9347.45
Hex569C7D2D01427991d2f
Octal12623417555024472313557
Binary10101101001110011111011011010101001001111001100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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