#569D88

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

Shades of Patina #569D88

Tints of Patina #569D88

Color information

#569D88 (or 0x569D88) is unknown color: approx Patina. HEX triplet: 56, 9D and 88. RGB value is (86,157,136). Sum of RGB (Red+Green+Blue) = 86+157+136=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #569D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569D88 is #A96277. Grayscale: #858585. Windows color (decimal): -11100792 or 8953174. OLE color: 8953174.

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

Color convert

RGB86157136-
CMYK0.4500.130.38
HSL162.25º29.22%47.65%-
HSV(B)162.25º45.22%61.57%-
XYZ20.3427.8727.6-
YUV133.38129.4894.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=22.69%
G=41.42%
B=35.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861571360.4500.130.38162.2529.2247.65
Hex569D882D0D26a21d30
Octal12623521055015462423560
Binary10101101001110110001000101101011011001101010001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,157,136); }

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

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

 a { background-color: rgb(86,157,136); }

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

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

 span { border-color: rgb(86,157,136); }

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