#567E84

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

Shades of Paradiso #567E84

Tints of Paradiso #567E84

Color information

#567E84 (or 0x567E84) is unknown color: approx Paradiso. HEX triplet: 56, 7E and 84. RGB value is (86,126,132). Sum of RGB (Red+Green+Blue) = 86+126+132=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #567E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E84 is #A9817B. Grayscale: #727272. Windows color (decimal): -11108732 or 8683094. OLE color: 8683094.

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

Color convert

RGB86126132-
CMYK0.350.0500.48
HSL187.83º21.1%42.75%-
HSV(B)187.83º34.85%51.76%-
XYZ15.4618.5724.6-
YUV114.72137.75107.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=25%
G=36.63%
B=38.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861261320.350.0500.48187.8321.142.75
Hex567E84235030bc152b
Octal1261762044350602742553
Binary101011011111101000010010001110101100001011110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567E84; }

 p { color: rgb(86,126,132); }

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

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

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

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

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

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

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