#569C83

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

Shades of Patina #569C83

Tints of Patina #569C83

Color information

#569C83 (or 0x569C83) is unknown color: approx Patina. HEX triplet: 56, 9C and 83. RGB value is (86,156,131). Sum of RGB (Red+Green+Blue) = 86+156+131=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #569C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569C83 is #A9637C. Grayscale: #848484. Windows color (decimal): -11101053 or 8625238. OLE color: 8625238.

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

Color convert

RGB86156131-
CMYK0.4500.160.39
HSL158.57º28.93%47.45%-
HSV(B)158.57º44.87%61.18%-
XYZ19.8227.3925.72-
YUV132.22127.3195.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=23.06%
G=41.82%
B=35.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861561310.4500.160.39158.5728.9347.45
Hex569C832D010279f1d2f
Octal12623420355020472373557
Binary101011010011100100000111011010100001001111001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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