#569281

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

Shades of Patina #569281

Tints of Patina #569281

Color information

#569281 (or 0x569281) is unknown color: approx Patina. HEX triplet: 56, 92 and 81. RGB value is (86,146,129). Sum of RGB (Red+Green+Blue) = 86+146+129=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #569281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569281 is #A96D7E. Grayscale: #7E7E7E. Windows color (decimal): -11103615 or 8491606. OLE color: 8491606.

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

Color convert

RGB86146129-
CMYK0.4100.120.43
HSL163º25.86%45.49%-
HSV(B)163º41.1%57.25%-
XYZ18.0824.1224.47-
YUV126.12129.6299.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=23.82%
G=40.44%
B=35.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461290.4100.120.4316325.8645.49
Hex569281290C2Ba31a2d
Octal12622220151014532433255
Binary10101101001001010000001101001011001010111010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569281; }

 p { color: rgb(86,146,129); }

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

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

 a { background-color: rgb(86,146,129); }

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

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

 span { border-color: rgb(86,146,129); }

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