#51777F

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

Shades of Paradiso #51777F

Tints of Paradiso #51777F

Color information

#51777F (or 0x51777F) is unknown color: approx Paradiso. HEX triplet: 51, 77 and 7F. RGB value is (81,119,127). Sum of RGB (Red+Green+Blue) = 81+119+127=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #51777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51777F is #AE8880. Grayscale: #6C6C6C. Windows color (decimal): -11438209 or 8353617. OLE color: 8353617.

HSL color Cylindrical-coordinate representation of color #51777F: hue angle of 190.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51777F is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81119127-
CMYK0.360.0600.50
HSL190.43º22.12%40.78%-
HSV(B)190.43º36.22%49.8%-
XYZ13.8216.4822.53-
YUV108.55138.41108.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 127 (50% from 255) = 38.84%
R=24.77%
G=36.39%
B=38.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811191270.360.0600.50190.4322.1240.78
Hex51777F246032be1629
Octal1211671774460622762651
Binary10100011110111111111110010011001100101011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,119,127); }

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

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

 a { background-color: rgb(81,119,127); }

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

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

 span { border-color: rgb(81,119,127); }

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