#537F85

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

Shades of Paradiso #537F85

Tints of Paradiso #537F85

Color information

#537F85 (or 0x537F85) is unknown color: approx Paradiso. HEX triplet: 53, 7F and 85. RGB value is (83,127,133). Sum of RGB (Red+Green+Blue) = 83+127+133=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #537F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F85 is #AC807A. Grayscale: #727272. Windows color (decimal): -11305083 or 8748883. OLE color: 8748883.

HSL color Cylindrical-coordinate representation of color #537F85: hue angle of 187.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537F85 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83127133-
CMYK0.380.0500.48
HSL187.2º23.15%42.35%-
HSV(B)187.2º37.59%52.16%-
XYZ15.3918.7124.99-
YUV114.53138.42105.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=24.20%
G=37.03%
B=38.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831271330.380.0500.48187.223.1542.35
Hex537F85265030bb172a
Octal1231772054650602732752
Binary101001111111111000010110011010101100001011101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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