#51797D

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

Shades of Paradiso #51797D

Tints of Paradiso #51797D

Color information

#51797D (or 0x51797D) is unknown color: approx Paradiso. HEX triplet: 51, 79 and 7D. RGB value is (81,121,125). Sum of RGB (Red+Green+Blue) = 81+121+125=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #51797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51797D is #AE8682. Grayscale: #6D6D6D. Windows color (decimal): -11437699 or 8223057. OLE color: 8223057.

HSL color Cylindrical-coordinate representation of color #51797D: hue angle of 185.45º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51797D is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81121125-
CMYK0.350.0300.51
HSL185.45º21.36%40.39%-
HSV(B)185.45º35.2%49.02%-
XYZ13.9316.921.93-
YUV109.5136.75107.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=24.77%
G=37.00%
B=38.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811211250.350.0300.51185.4521.3640.39
Hex51797D233033b91528
Octal1211711754330632712550
Binary1010001111100111111011000111101100111011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51797D; }

 p { color: rgb(81,121,125); }

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

<style>
 a { background-color: #51797D; }

 a { background-color: rgb(81,121,125); }

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

<style>
 span { border-color: #51797D; }

 span { border-color: rgb(81,121,125); }

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