#568584

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

Shades of Paradiso #568584

Tints of Paradiso #568584

Color information

#568584 (or 0x568584) is unknown color: approx Paradiso. HEX triplet: 56, 85 and 84. RGB value is (86,133,132). Sum of RGB (Red+Green+Blue) = 86+133+132=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #568584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568584 is #A97A7B. Grayscale: #767676. Windows color (decimal): -11106940 or 8684886. OLE color: 8684886.

HSL color Cylindrical-coordinate representation of color #568584: hue angle of 178.72º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568584 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB86133132-
CMYK0.3500.010.48
HSL178.72º21.46%42.94%-
HSV(B)178.72º35.34%52.16%-
XYZ16.3920.4224.91-
YUV118.83135.43104.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=24.50%
G=37.89%
B=37.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861331320.3500.010.48178.7221.4642.94
Hex568584230130b3152b
Octal1262052044301602632553
Binary10101101000010110000100100011011100001011001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568584; }

 p { color: rgb(86,133,132); }

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

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

 a { background-color: rgb(86,133,132); }

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

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

 span { border-color: rgb(86,133,132); }

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