#568585

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

Shades of Paradiso #568585

Tints of Paradiso #568585

Color information

#568585 (or 0x568585) is unknown color: approx Paradiso. HEX triplet: 56, 85 and 85. RGB value is (86,133,133). Sum of RGB (Red+Green+Blue) = 86+133+133=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #568585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568585 is #A97A7A. Grayscale: #767676. Windows color (decimal): -11106939 or 8750422. OLE color: 8750422.

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

Color convert

RGB86133133-
CMYK0.35000.48
HSL180º21.46%42.94%-
HSV(B)180º35.34%52.16%-
XYZ16.4620.4525.27-
YUV118.95135.93104.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=24.43%
G=37.78%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861331330.35000.4818021.4642.94
Hex568585230030b4152b
Octal1262052054300602642553
Binary10101101000010110000101100011001100001011010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568585; }

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

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

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

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

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

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

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

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