#569888

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

Shades of Patina #569888

Tints of Patina #569888

Color information

#569888 (or 0x569888) is unknown color: approx Patina. HEX triplet: 56, 98 and 88. RGB value is (86,152,136). Sum of RGB (Red+Green+Blue) = 86+152+136=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #569888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569888 is #A96777. Grayscale: #828282. Windows color (decimal): -11102072 or 8951894. OLE color: 8951894.

HSL color Cylindrical-coordinate representation of color #569888: hue angle of 165.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569888 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB86152136-
CMYK0.4300.110.40
HSL165.45º27.73%46.67%-
HSV(B)165.45º43.42%59.61%-
XYZ19.5126.2127.32-
YUV130.44131.1396.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=22.99%
G=40.64%
B=36.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521360.4300.110.40165.4527.7346.67
Hex5698882B0B28a51c2f
Octal12623021053013502453457
Binary10101101001100010001000101011010111010001010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569888; }

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

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

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

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

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

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

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

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