#558388

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

Shades of Paradiso #558388

Tints of Paradiso #558388

Color information

#558388 (or 0x558388) is unknown color: approx Paradiso. HEX triplet: 55, 83 and 88. RGB value is (85,131,136). Sum of RGB (Red+Green+Blue) = 85+131+136=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #558388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558388 is #AA7C77. Grayscale: #757575. Windows color (decimal): -11172984 or 8946517. OLE color: 8946517.

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

Color convert

RGB85131136-
CMYK0.380.0400.47
HSL185.88º23.08%43.33%-
HSV(B)185.88º37.5%53.33%-
XYZ16.3119.9426.28-
YUV117.82138.26104.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=24.15%
G=37.22%
B=38.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851311360.380.0400.47185.8823.0843.33
Hex55838826402Fba172b
Octal1252032104640572722753
Binary1010101100000111000100010011010001011111011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558388; }

 p { color: rgb(85,131,136); }

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

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

 a { background-color: rgb(85,131,136); }

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

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

 span { border-color: rgb(85,131,136); }

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