#569082

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

Shades of Patina #569082

Tints of Patina #569082

Color information

#569082 (or 0x569082) is unknown color: approx Patina. HEX triplet: 56, 90 and 82. RGB value is (86,144,130). Sum of RGB (Red+Green+Blue) = 86+144+130=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #569082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569082 is #A96F7D. Grayscale: #7D7D7D. Windows color (decimal): -11104126 or 8556630. OLE color: 8556630.

HSL color Cylindrical-coordinate representation of color #569082: hue angle of 165.52º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #569082 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB86144130-
CMYK0.4000.100.44
HSL165.52º25.22%45.1%-
HSV(B)165.52º40.28%56.47%-
XYZ17.8423.5424.72-
YUV125.06130.78100.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=23.89%
G=40%
B=36.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441300.4000.100.44165.5225.2245.1
Hex569082280A2Ca6192d
Octal12622020250012542463155
Binary10101101001000010000010101000010101011001010011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569082; }

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

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

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

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

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

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

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

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