#569577

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

Shades of Patina #569577

Tints of Patina #569577

Color information

#569577 (or 0x569577) is unknown color: approx Patina. HEX triplet: 56, 95 and 77. RGB value is (86,149,119). Sum of RGB (Red+Green+Blue) = 86+149+119=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #569577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569577 is #A96A88. Grayscale: #7E7E7E. Windows color (decimal): -11102857 or 7837014. OLE color: 7837014.

HSL color Cylindrical-coordinate representation of color #569577: hue angle of 151.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569577 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB86149119-
CMYK0.4200.200.42
HSL151.43º26.81%46.08%-
HSV(B)151.43º42.28%58.43%-
XYZ17.9124.8121.3-
YUV126.74123.6398.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=24.29%
G=42.09%
B=33.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491190.4200.200.42151.4326.8146.08
Hex5695772A0142A971b2e
Octal12622516752024522273356
Binary10101101001010111101111010100101001010101001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569577; }

 p { color: rgb(86,149,119); }

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

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

 a { background-color: rgb(86,149,119); }

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

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

 span { border-color: rgb(86,149,119); }

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