#568182

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

Shades of Paradiso #568182

Tints of Paradiso #568182

Color information

#568182 (or 0x568182) is unknown color: approx Paradiso. HEX triplet: 56, 81 and 82. RGB value is (86,129,130). Sum of RGB (Red+Green+Blue) = 86+129+130=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #568182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568182 is #A97E7D. Grayscale: #747474. Windows color (decimal): -11107966 or 8552790. OLE color: 8552790.

HSL color Cylindrical-coordinate representation of color #568182: hue angle of 181.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568182 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86129130-
CMYK0.340.0100.49
HSL181.36º20.37%42.35%-
HSV(B)181.36º33.85%50.98%-
XYZ15.7219.2924.01-
YUV116.26135.75106.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=24.93%
G=37.39%
B=37.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291300.340.0100.49181.3620.3742.35
Hex568182221031b5142a
Octal1262012024210612652452
Binary10101101000000110000010100010101100011011010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568182; }

 p { color: rgb(86,129,130); }

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

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

 a { background-color: rgb(86,129,130); }

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

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

 span { border-color: rgb(86,129,130); }

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