Html Css Color HEX #558089 Paradiso

📋 copy color: '#558089'

red 85 ◦ green 128 ◦ blue 137

#558089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #558089

Tints of Paradiso #558089

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 value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#558089 (or 0x558089) is known color: 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

RGB 85 128 137 -
CMYK 0.38 0.07 0 0.46
HSL 190.38º 0.23% 0.44% -
HSV(B) 190.38º 0.38% 0.54% -
XYZ 15.98 19.18 26.53 -
YUV 116.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 85 128 137 0.38 0.07 0 0.46 190.38 0.23 0.44
Hex 55 80 89 26 7 0 2E BE 17 2C
Octal 125 200 211 46 7 0 56 276 27 54
Binary 1010101 10000000 10001001 100110 111 0 101110 10111110 10111 101100

Color Harmonies of #558089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558089

Black with #558089

Text Example


Text Example

White with #558089

Text Example


Text Example

HTML Codes & Css Web 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>