#569384

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

Shades of Patina #569384

Tints of Patina #569384

Color information

#569384 (or 0x569384) is unknown color: approx Patina. HEX triplet: 56, 93 and 84. RGB value is (86,147,132). Sum of RGB (Red+Green+Blue) = 86+147+132=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #569384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569384 is #A96C7B. Grayscale: #7F7F7F. Windows color (decimal): -11103356 or 8688470. OLE color: 8688470.

HSL color Cylindrical-coordinate representation of color #569384: hue angle of 165.25º 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 #569384 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB86147132-
CMYK0.4100.100.42
HSL165.25º26.18%45.69%-
HSV(B)165.25º41.5%57.65%-
XYZ18.4424.5125.59-
YUV127.05130.7998.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=23.56%
G=40.27%
B=36.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471320.4100.100.42165.2526.1845.69
Hex569384290A2Aa51a2e
Octal12622320451012522453256
Binary10101101001001110000100101001010101010101010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569384; }

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

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

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

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

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

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

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

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