#537C80

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

Shades of Paradiso #537C80

Tints of Paradiso #537C80

Color information

#537C80 (or 0x537C80) is unknown color: approx Paradiso. HEX triplet: 53, 7C and 80. RGB value is (83,124,128). Sum of RGB (Red+Green+Blue) = 83+124+128=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #537C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C80 is #AC837F. Grayscale: #707070. Windows color (decimal): -11305856 or 8420435. OLE color: 8420435.

HSL color Cylindrical-coordinate representation of color #537C80: hue angle of 185.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537C80 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83124128-
CMYK0.350.0300.50
HSL185.33º21.33%41.37%-
HSV(B)185.33º35.16%50.2%-
XYZ14.6717.8123.09-
YUV112.2136.92107.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=24.78%
G=37.01%
B=38.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831241280.350.0300.50185.3321.3341.37
Hex537C80233032b91529
Octal1231742004330622712551
Binary10100111111100100000001000111101100101011100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537C80; }

 p { color: rgb(83,124,128); }

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

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

 a { background-color: rgb(83,124,128); }

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

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

 span { border-color: rgb(83,124,128); }

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