#568685

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

Shades of Paradiso #568685

Tints of Paradiso #568685

Color information

#568685 (or 0x568685) is unknown color: approx Paradiso. HEX triplet: 56, 86 and 85. RGB value is (86,134,133). Sum of RGB (Red+Green+Blue) = 86+134+133=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #568685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568685 is #A9797A. Grayscale: #777777. Windows color (decimal): -11106683 or 8750678. OLE color: 8750678.

HSL color Cylindrical-coordinate representation of color #568685: hue angle of 178.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #568685 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB86134133-
CMYK0.3600.010.47
HSL178.75º21.82%43.14%-
HSV(B)178.75º35.82%52.55%-
XYZ16.620.7225.32-
YUV119.53135.6104.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=24.36%
G=37.96%
B=37.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861341330.3600.010.47178.7521.8243.14
Hex56868524012Fb3162b
Octal1262062054401572632653
Binary10101101000011010000101100100011011111011001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568685; }

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

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

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

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

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

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

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

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