#558385

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

Shades of Paradiso #558385

Tints of Paradiso #558385

Color information

#558385 (or 0x558385) is unknown color: approx Paradiso. HEX triplet: 55, 83 and 85. RGB value is (85,131,133). Sum of RGB (Red+Green+Blue) = 85+131+133=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #558385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558385 is #AA7C7A. Grayscale: #757575. Windows color (decimal): -11172987 or 8749909. OLE color: 8749909.

HSL color Cylindrical-coordinate representation of color #558385: hue angle of 182.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558385 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85131133-
CMYK0.360.0200.48
HSL182.5º22.02%42.75%-
HSV(B)182.5º36.09%52.16%-
XYZ16.119.8625.17-
YUV117.47136.76104.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=24.36%
G=37.54%
B=38.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851311330.360.0200.48182.522.0242.75
Hex558385242030b6162b
Octal1252032054420602662653
Binary101010110000011100001011001001001100001011011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558385; }

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

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

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

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

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

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

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

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