#569382

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

Shades of Patina #569382

Tints of Patina #569382

Color information

#569382 (or 0x569382) is unknown color: approx Patina. HEX triplet: 56, 93 and 82. RGB value is (86,147,130). Sum of RGB (Red+Green+Blue) = 86+147+130=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #569382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569382 is #A96C7D. Grayscale: #7E7E7E. Windows color (decimal): -11103358 or 8557398. OLE color: 8557398.

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

Color convert

RGB86147130-
CMYK0.4100.120.42
HSL163.28º26.18%45.69%-
HSV(B)163.28º41.5%57.65%-
XYZ18.324.4624.88-
YUV126.82129.7998.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=23.69%
G=40.50%
B=35.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471300.4100.120.42163.2826.1845.69
Hex569382290C2Aa31a2e
Octal12622320251014522433256
Binary10101101001001110000010101001011001010101010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569382; }

 p { color: rgb(86,147,130); }

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

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

 a { background-color: rgb(86,147,130); }

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

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

 span { border-color: rgb(86,147,130); }

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