#537C87

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

Shades of Paradiso #537C87

Tints of Paradiso #537C87

Color information

#537C87 (or 0x537C87) is unknown color: approx Paradiso. HEX triplet: 53, 7C and 87. RGB value is (83,124,135). Sum of RGB (Red+Green+Blue) = 83+124+135=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #537C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C87 is #AC8378. Grayscale: #707070. Windows color (decimal): -11305849 or 8879187. OLE color: 8879187.

HSL color Cylindrical-coordinate representation of color #537C87: hue angle of 192.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537C87 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83124135-
CMYK0.390.0800.47
HSL192.69º23.85%42.75%-
HSV(B)192.69º38.52%52.94%-
XYZ15.151825.6-
YUV112.99140.42106.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 124 (48.83% from 255) = 36.26%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=24.27%
G=36.26%
B=39.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831241350.390.0800.47192.6923.8542.75
Hex537C8727802Fc1182b
Octal12317420747100573013053
Binary1010011111110010000111100111100001011111100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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