#567D83

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

Shades of Paradiso #567D83

Tints of Paradiso #567D83

Color information

#567D83 (or 0x567D83) is unknown color: approx Paradiso. HEX triplet: 56, 7D and 83. RGB value is (86,125,131). Sum of RGB (Red+Green+Blue) = 86+125+131=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #567D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D83 is #A9827C. Grayscale: #717171. Windows color (decimal): -11108989 or 8617302. OLE color: 8617302.

HSL color Cylindrical-coordinate representation of color #567D83: hue angle of 188º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567D83 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86125131-
CMYK0.340.0500.49
HSL188º20.74%42.55%-
HSV(B)188º34.35%51.37%-
XYZ15.2718.2824.2-
YUV114.02137.58108.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=25.15%
G=36.55%
B=38.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861251310.340.0500.4918820.7442.55
Hex567D83225031bc152b
Octal1261752034250612742553
Binary101011011111011000001110001010101100011011110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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