#569B8A

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

Shades of Patina #569B8A

Tints of Patina #569B8A

Color information

#569B8A (or 0x569B8A) is unknown color: approx Patina. HEX triplet: 56, 9B and 8A. RGB value is (86,155,138). Sum of RGB (Red+Green+Blue) = 86+155+138=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #569B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569B8A is #A96475. Grayscale: #848484. Windows color (decimal): -11101302 or 9083734. OLE color: 9083734.

HSL color Cylindrical-coordinate representation of color #569B8A: hue angle of 165.22º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569B8A is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB86155138-
CMYK0.4500.110.39
HSL165.22º28.63%47.25%-
HSV(B)165.22º44.52%60.78%-
XYZ20.1527.2628.24-
YUV132.43131.1494.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=22.69%
G=40.90%
B=36.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861551380.4500.110.39165.2228.6347.25
Hex569B8A2D0B27a51d2f
Octal12623321255013472453557
Binary10101101001101110001010101101010111001111010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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