#53797F

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

Shades of Paradiso #53797F

Tints of Paradiso #53797F

Color information

#53797F (or 0x53797F) is unknown color: approx Paradiso. HEX triplet: 53, 79 and 7F. RGB value is (83,121,127). Sum of RGB (Red+Green+Blue) = 83+121+127=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #53797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53797F is #AC8680. Grayscale: #6E6E6E. Windows color (decimal): -11306625 or 8354131. OLE color: 8354131.

HSL color Cylindrical-coordinate representation of color #53797F: hue angle of 188.18º 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 #53797F is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83121127-
CMYK0.350.0500.50
HSL188.18º20.95%41.18%-
HSV(B)188.18º34.65%49.8%-
XYZ14.2417.0522.62-
YUV110.32137.41108.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 127 (50% from 255) = 38.37%
R=25.08%
G=36.56%
B=38.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831211270.350.0500.50188.1820.9541.18
Hex53797F235032bc1529
Octal1231711774350622742551
Binary10100111111001111111110001110101100101011110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53797F; }

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

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

<style>
 a { background-color: #53797F; }

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

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

<style>
 span { border-color: #53797F; }

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

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