#568385

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

Shades of Paradiso #568385

Tints of Paradiso #568385

Color information

#568385 (or 0x568385) is unknown color: approx Paradiso. HEX triplet: 56, 83 and 85. RGB value is (86,131,133). Sum of RGB (Red+Green+Blue) = 86+131+133=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #568385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568385 is #A97C7A. Grayscale: #757575. Windows color (decimal): -11107451 or 8749910. OLE color: 8749910.

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

Color convert

RGB86131133-
CMYK0.350.0200.48
HSL182.55º21.46%42.94%-
HSV(B)182.55º35.34%52.16%-
XYZ16.1919.925.18-
YUV117.77136.59105.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 133 (52.34% from 255) = 38%
R=24.57%
G=37.43%
B=38%

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
Decimal861311330.350.0200.48182.5521.4642.94
Hex568385232030b7152b
Octal1262032054320602672553
Binary101011010000011100001011000111001100001011011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568385; }

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

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

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

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

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

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

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

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