#51595F

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

Shades of Fiord #51595F

Tints of Fiord #51595F

Color information

#51595F (or 0x51595F) is unknown color: approx Fiord. HEX triplet: 51, 59 and 5F. RGB value is (81,89,95). Sum of RGB (Red+Green+Blue) = 81+89+95=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 95 - color contains mainly: blue. Hex color #51595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51595F is #AEA6A0. Grayscale: #575757. Windows color (decimal): -11445921 or 6248785. OLE color: 6248785.

HSL color Cylindrical-coordinate representation of color #51595F: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51595F is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB818995-
CMYK0.150.0600.63
HSL205.71º7.95%34.51%-
HSV(B)205.71º14.74%37.25%-
XYZ9.039.7212.23-
YUV87.29132.35123.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=30.57%
G=33.58%
B=35.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8189950.150.0600.63205.717.9534.51
Hex51595FF603Fce823
Octal1211311371760773161043
Binary10100011011001101111111111100111111110011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,89,95); }

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

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

 a { background-color: rgb(81,89,95); }

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

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

 span { border-color: rgb(81,89,95); }

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