#557C84

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

Shades of Paradiso #557C84

Tints of Paradiso #557C84

Color information

#557C84 (or 0x557C84) is unknown color: approx Paradiso. HEX triplet: 55, 7C and 84. RGB value is (85,124,132). Sum of RGB (Red+Green+Blue) = 85+124+132=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #557C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C84 is #AA837B. Grayscale: #717171. Windows color (decimal): -11174780 or 8682581. OLE color: 8682581.

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

Color convert

RGB85124132-
CMYK0.360.0600.48
HSL190.21º21.66%42.55%-
HSV(B)190.21º35.61%51.76%-
XYZ15.1218.0124.51-
YUV113.25138.58107.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=24.93%
G=36.36%
B=38.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851241320.360.0600.48190.2121.6642.55
Hex557C84246030be162b
Octal1251742044460602762653
Binary101010111111001000010010010011001100001011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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