#569F8A

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

Shades of Patina #569F8A

Tints of Patina #569F8A

Color information

#569F8A (or 0x569F8A) is unknown color: approx Patina. HEX triplet: 56, 9F and 8A. RGB value is (86,159,138). Sum of RGB (Red+Green+Blue) = 86+159+138=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #569F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569F8A is #A96075. Grayscale: #868686. Windows color (decimal): -11100278 or 9084758. OLE color: 9084758.

HSL color Cylindrical-coordinate representation of color #569F8A: hue angle of 162.74º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569F8A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB86159138-
CMYK0.4600.130.38
HSL162.74º29.8%48.04%-
HSV(B)162.74º45.91%62.35%-
XYZ20.8228.6128.47-
YUV134.78129.8293.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=22.45%
G=41.51%
B=36.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861591380.4600.130.38162.7429.848.04
Hex569F8A2E0D26a31e30
Octal12623721256015462433660
Binary10101101001111110001010101110011011001101010001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569F8A; }

 p { color: rgb(86,159,138); }

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

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

 a { background-color: rgb(86,159,138); }

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

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

 span { border-color: rgb(86,159,138); }

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