#569B83

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

Shades of Patina #569B83

Tints of Patina #569B83

Color information

#569B83 (or 0x569B83) is unknown color: approx Patina. HEX triplet: 56, 9B and 83. RGB value is (86,155,131). Sum of RGB (Red+Green+Blue) = 86+155+131=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #569B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569B83 is #A9647C. Grayscale: #838383. Windows color (decimal): -11101309 or 8624982. OLE color: 8624982.

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

Color convert

RGB86155131-
CMYK0.4500.150.39
HSL159.13º28.63%47.25%-
HSV(B)159.13º44.52%60.78%-
XYZ19.6627.0625.66-
YUV131.63127.6495.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=23.12%
G=41.67%
B=35.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861551310.4500.150.39159.1328.6347.25
Hex569B832D0F279f1d2f
Octal12623320355017472373557
Binary10101101001101110000011101101011111001111001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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