#51606B

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

Shades of Fiord #51606B

Tints of Fiord #51606B

Color information

#51606B (or 0x51606B) is unknown color: approx Fiord. HEX triplet: 51, 60 and 6B. RGB value is (81,96,107). Sum of RGB (Red+Green+Blue) = 81+96+107=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #51606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51606B is #AE9F94. Grayscale: #5C5C5C. Windows color (decimal): -11444117 or 7037009. OLE color: 7037009.

HSL color Cylindrical-coordinate representation of color #51606B: hue angle of 205.38º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51606B is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8196107-
CMYK0.240.1000.58
HSL205.38º13.83%36.86%-
HSV(B)205.38º24.3%41.96%-
XYZ10.2311.1815.53-
YUV92.77136.03119.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=28.52%
G=33.80%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81961070.240.1000.58205.3813.8336.86
Hex51606B18A03Acde25
Octal12114015330120723151645
Binary1010001110000011010111100010100111010110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51606B; }

 p { color: rgb(81,96,107); }

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

<style>
 a { background-color: #51606B; }

 a { background-color: rgb(81,96,107); }

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

<style>
 span { border-color: #51606B; }

 span { border-color: rgb(81,96,107); }

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