#51585C

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

Shades of Fiord #51585C

Tints of Fiord #51585C

Color information

#51585C (or 0x51585C) is unknown color: approx Fiord. HEX triplet: 51, 58 and 5C. RGB value is (81,88,92). Sum of RGB (Red+Green+Blue) = 81+88+92=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 92 - color contains mainly: blue. Hex color #51585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51585C is #AEA7A3. Grayscale: #565656. Windows color (decimal): -11446180 or 6051921. OLE color: 6051921.

HSL color Cylindrical-coordinate representation of color #51585C: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51585C is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB818892-
CMYK0.120.0400.64
HSL201.82º6.36%33.92%-
HSV(B)201.82º11.96%36.08%-
XYZ8.819.511.49-
YUV86.36131.18124.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=31.03%
G=33.72%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8188920.120.0400.64201.826.3633.92
Hex51585CC4040ca622
Octal1211301341440100312642
Binary10100011011000101110011001000100000011001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51585C; }

 p { color: rgb(81,88,92); }

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

<style>
 a { background-color: #51585C; }

 a { background-color: rgb(81,88,92); }

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

<style>
 span { border-color: #51585C; }

 span { border-color: rgb(81,88,92); }

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