#515D6A

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

Shades of Fiord #515D6A

Tints of Fiord #515D6A

Color information

#515D6A (or 0x515D6A) is unknown color: approx Fiord. HEX triplet: 51, 5D and 6A. RGB value is (81,93,106). Sum of RGB (Red+Green+Blue) = 81+93+106=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 106 - color contains mainly: blue. Hex color #515D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D6A is #AEA295. Grayscale: #5A5A5A. Windows color (decimal): -11444886 or 6970705. OLE color: 6970705.

HSL color Cylindrical-coordinate representation of color #515D6A: hue angle of 211.2º degrees, saturation: 0.13, 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 #515D6A is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8193106-
CMYK0.240.1200.58
HSL211.2º13.37%36.67%-
HSV(B)211.2º23.58%41.57%-
XYZ9.9110.6215.16-
YUV90.89136.52120.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=28.93%
G=33.21%
B=37.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81931060.240.1200.58211.213.3736.67
Hex515D6A18C03Ad3d25
Octal12113515230140723231545
Binary1010001101110111010101100011000111010110100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,106); }

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

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

 a { background-color: rgb(81,93,106); }

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

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

 span { border-color: rgb(81,93,106); }

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