#557F84

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

Shades of Paradiso #557F84

Tints of Paradiso #557F84

Color information

#557F84 (or 0x557F84) is unknown color: approx Paradiso. HEX triplet: 55, 7F and 84. RGB value is (85,127,132). Sum of RGB (Red+Green+Blue) = 85+127+132=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #557F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F84 is #AA807B. Grayscale: #727272. Windows color (decimal): -11174012 or 8683349. OLE color: 8683349.

HSL color Cylindrical-coordinate representation of color #557F84: hue angle of 186.38º 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 #557F84 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85127132-
CMYK0.360.0400.48
HSL186.38º21.66%42.55%-
HSV(B)186.38º35.61%51.76%-
XYZ15.518.7824.64-
YUV115.01137.59106.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=24.71%
G=36.92%
B=38.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851271320.360.0400.48186.3821.6642.55
Hex557F84244030ba162b
Octal1251772044440602722653
Binary101010111111111000010010010010001100001011101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F84; }

 p { color: rgb(85,127,132); }

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

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

 a { background-color: rgb(85,127,132); }

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

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

 span { border-color: rgb(85,127,132); }

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