#558089

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

Shades of Paradiso #558089

Tints of Paradiso #558089

Color information

#558089 (or 0x558089) is unknown color: approx Paradiso. HEX triplet: 55, 80 and 89. RGB value is (85,128,137). Sum of RGB (Red+Green+Blue) = 85+128+137=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #558089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558089 is #AA7F76. Grayscale: #747474. Windows color (decimal): -11173751 or 9011285. OLE color: 9011285.

HSL color Cylindrical-coordinate representation of color #558089: hue angle of 190.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558089 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85128137-
CMYK0.380.0700.46
HSL190.38º23.42%43.53%-
HSV(B)190.38º37.96%53.73%-
XYZ15.9819.1826.53-
YUV116.17139.75105.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=24.29%
G=36.57%
B=39.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851281370.380.0700.46190.3823.4243.53
Hex55808926702Ebe172c
Octal1252002114670562762754
Binary1010101100000001000100110011011101011101011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558089; }

 p { color: rgb(85,128,137); }

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

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

 a { background-color: rgb(85,128,137); }

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

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

 span { border-color: rgb(85,128,137); }

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