#515A5E

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

Shades of Fiord #515A5E

Tints of Fiord #515A5E

Color information

#515A5E (or 0x515A5E) is unknown color: approx Fiord. HEX triplet: 51, 5A and 5E. RGB value is (81,90,94). Sum of RGB (Red+Green+Blue) = 81+90+94=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 94 - color contains mainly: blue. Hex color #515A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A5E is #AEA5A1. Grayscale: #575757. Windows color (decimal): -11445666 or 6183505. OLE color: 6183505.

HSL color Cylindrical-coordinate representation of color #515A5E: hue angle of 198.46º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515A5E is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB819094-
CMYK0.140.0400.63
HSL198.46º7.43%34.31%-
HSV(B)198.46º13.83%36.86%-
XYZ9.079.8712.02-
YUV87.76131.52123.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=30.57%
G=33.96%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8190940.140.0400.63198.467.4334.31
Hex515A5EE403Fc6722
Octal121132136164077306742
Binary1010001101101010111101110100011111111000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A5E; }

 p { color: rgb(81,90,94); }

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

<style>
 a { background-color: #515A5E; }

 a { background-color: rgb(81,90,94); }

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

<style>
 span { border-color: #515A5E; }

 span { border-color: rgb(81,90,94); }

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