#569B7E

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

Shades of Patina #569B7E

Tints of Patina #569B7E

Color information

#569B7E (or 0x569B7E) is unknown color: approx Patina. HEX triplet: 56, 9B and 7E. RGB value is (86,155,126). Sum of RGB (Red+Green+Blue) = 86+155+126=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #569B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569B7E is #A96481. Grayscale: #838383. Windows color (decimal): -11101314 or 8297302. OLE color: 8297302.

HSL color Cylindrical-coordinate representation of color #569B7E: hue angle of 154.78º 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 #569B7E is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB86155126-
CMYK0.4500.190.39
HSL154.78º28.63%47.25%-
HSV(B)154.78º44.52%60.78%-
XYZ19.3226.9323.92-
YUV131.06125.1495.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=23.43%
G=42.23%
B=34.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861551260.4500.190.39154.7828.6347.25
Hex569B7E2D013279b1d2f
Octal12623317655023472333557
Binary10101101001101111111101011010100111001111001101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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