#568285

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

Shades of Paradiso #568285

Tints of Paradiso #568285

Color information

#568285 (or 0x568285) is unknown color: approx Paradiso. HEX triplet: 56, 82 and 85. RGB value is (86,130,133). Sum of RGB (Red+Green+Blue) = 86+130+133=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #568285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568285 is #A97D7A. Grayscale: #757575. Windows color (decimal): -11107707 or 8749654. OLE color: 8749654.

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

Color convert

RGB86130133-
CMYK0.350.0200.48
HSL183.83º21.46%42.94%-
HSV(B)183.83º35.34%52.16%-
XYZ16.0519.6425.13-
YUV117.19136.92105.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=24.64%
G=37.25%
B=38.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861301330.350.0200.48183.8321.4642.94
Hex568285232030b8152b
Octal1262022054320602702553
Binary101011010000010100001011000111001100001011100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568285; }

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

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

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

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

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

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

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

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