#537F82

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

Shades of Paradiso #537F82

Tints of Paradiso #537F82

Color information

#537F82 (or 0x537F82) is unknown color: approx Paradiso. HEX triplet: 53, 7F and 82. RGB value is (83,127,130). Sum of RGB (Red+Green+Blue) = 83+127+130=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #537F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F82 is #AC807D. Grayscale: #727272. Windows color (decimal): -11305086 or 8552275. OLE color: 8552275.

HSL color Cylindrical-coordinate representation of color #537F82: hue angle of 183.83º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #537F82 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83127130-
CMYK0.360.0200.49
HSL183.83º22.07%41.76%-
HSV(B)183.83º36.15%50.98%-
XYZ15.1918.6323.91-
YUV114.19136.92105.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=24.41%
G=37.35%
B=38.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831271300.360.0200.49183.8322.0741.76
Hex537F82242031b8162a
Octal1231772024420612702652
Binary10100111111111100000101001001001100011011100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,127,130); }

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

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

 a { background-color: rgb(83,127,130); }

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

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

 span { border-color: rgb(83,127,130); }

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