#568088

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

Shades of Paradiso #568088

Tints of Paradiso #568088

Color information

#568088 (or 0x568088) is unknown color: approx Paradiso. HEX triplet: 56, 80 and 88. RGB value is (86,128,136). Sum of RGB (Red+Green+Blue) = 86+128+136=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #568088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568088 is #A97F77. Grayscale: #747474. Windows color (decimal): -11108216 or 8945750. OLE color: 8945750.

HSL color Cylindrical-coordinate representation of color #568088: hue angle of 189.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568088 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86128136-
CMYK0.370.0600.47
HSL189.6º22.52%43.53%-
HSV(B)189.6º36.76%53.33%-
XYZ1619.1926.15-
YUV116.35139.09106.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=24.57%
G=36.57%
B=38.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861281360.370.0600.47189.622.5243.53
Hex56808825602Fbe172c
Octal1262002104560572762754
Binary1010110100000001000100010010111001011111011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568088; }

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

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

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

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

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

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

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

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