#567F83

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

Shades of Paradiso #567F83

Tints of Paradiso #567F83

Color information

#567F83 (or 0x567F83) is unknown color: approx Paradiso. HEX triplet: 56, 7F and 83. RGB value is (86,127,131). Sum of RGB (Red+Green+Blue) = 86+127+131=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #567F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F83 is #A9807C. Grayscale: #737373. Windows color (decimal): -11108477 or 8617814. OLE color: 8617814.

HSL color Cylindrical-coordinate representation of color #567F83: hue angle of 185.33º 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 #567F83 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86127131-
CMYK0.340.0300.49
HSL185.33º20.74%42.55%-
HSV(B)185.33º34.35%51.37%-
XYZ15.5218.824.28-
YUV115.2136.92107.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=25%
G=36.92%
B=38.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861271310.340.0300.49185.3320.7442.55
Hex567F83223031b9152b
Octal1261772034230612712553
Binary10101101111111100000111000101101100011011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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