#558587

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

Shades of Paradiso #558587

Tints of Paradiso #558587

Color information

#558587 (or 0x558587) is unknown color: approx Paradiso. HEX triplet: 55, 85 and 87. RGB value is (85,133,135). Sum of RGB (Red+Green+Blue) = 85+133+135=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #558587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558587 is #AA7A78. Grayscale: #767676. Windows color (decimal): -11172473 or 8881493. OLE color: 8881493.

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

Color convert

RGB85133135-
CMYK0.370.0100.47
HSL182.4º22.73%43.14%-
HSV(B)182.4º37.04%52.94%-
XYZ16.5120.4626-
YUV118.88137.1103.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=24.08%
G=37.68%
B=38.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851331350.370.0100.47182.422.7343.14
Hex55858725102Fb6172b
Octal1252052074510572662753
Binary10101011000010110000111100101101011111011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558587; }

 p { color: rgb(85,133,135); }

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

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

 a { background-color: rgb(85,133,135); }

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

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

 span { border-color: rgb(85,133,135); }

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