#537F8A

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

Shades of Paradiso #537F8A

Tints of Paradiso #537F8A

Color information

#537F8A (or 0x537F8A) is unknown color: approx Paradiso. HEX triplet: 53, 7F and 8A. RGB value is (83,127,138). Sum of RGB (Red+Green+Blue) = 83+127+138=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #537F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F8A is #AC8075. Grayscale: #737373. Windows color (decimal): -11305078 or 9076563. OLE color: 9076563.

HSL color Cylindrical-coordinate representation of color #537F8A: hue angle of 192º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537F8A is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83127138-
CMYK0.400.0800.46
HSL192º24.89%43.33%-
HSV(B)192º39.86%54.12%-
XYZ15.7418.8526.85-
YUV115.1140.92105.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=23.85%
G=36.49%
B=39.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831271380.400.0800.4619224.8943.33
Hex537F8A28802Ec0192b
Octal12317721250100563003153
Binary1010011111111110001010101000100001011101100000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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