#568484

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

Shades of Paradiso #568484

Tints of Paradiso #568484

Color information

#568484 (or 0x568484) is unknown color: approx Paradiso. HEX triplet: 56, 84 and 84. RGB value is (86,132,132). Sum of RGB (Red+Green+Blue) = 86+132+132=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #568484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568484 is #A97B7B. Grayscale: #767676. Windows color (decimal): -11107196 or 8684630. OLE color: 8684630.

HSL color Cylindrical-coordinate representation of color #568484: hue angle of 180º 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 #568484 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86132132-
CMYK0.35000.48
HSL180º21.1%42.75%-
HSV(B)180º34.85%51.76%-
XYZ16.2520.1524.86-
YUV118.25135.76105-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=24.57%
G=37.71%
B=37.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321320.35000.4818021.142.75
Hex568484230030b4152b
Octal1262042044300602642553
Binary10101101000010010000100100011001100001011010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568484; }

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

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

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

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

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

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

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

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