#568085

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

Shades of Paradiso #568085

Tints of Paradiso #568085

Color information

#568085 (or 0x568085) is unknown color: approx Paradiso. HEX triplet: 56, 80 and 85. RGB value is (86,128,133). Sum of RGB (Red+Green+Blue) = 86+128+133=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #568085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568085 is #A97F7A. Grayscale: #737373. Windows color (decimal): -11108219 or 8749142. OLE color: 8749142.

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

Color convert

RGB86128133-
CMYK0.350.0400.48
HSL186.38º21.46%42.94%-
HSV(B)186.38º35.34%52.16%-
XYZ15.7919.1125.05-
YUV116.01137.59106.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=24.78%
G=36.89%
B=38.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861281330.350.0400.48186.3821.4642.94
Hex568085234030ba152b
Octal1262002054340602722553
Binary1010110100000001000010110001110001100001011101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568085; }

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

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

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

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

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

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

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

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