#515B60

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

Shades of Fiord #515B60

Tints of Fiord #515B60

Color information

#515B60 (or 0x515B60) is unknown color: approx Fiord. HEX triplet: 51, 5B and 60. RGB value is (81,91,96). Sum of RGB (Red+Green+Blue) = 81+91+96=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #515B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B60 is #AEA49F. Grayscale: #585858. Windows color (decimal): -11445408 or 6314833. OLE color: 6314833.

HSL color Cylindrical-coordinate representation of color #515B60: hue angle of 200º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515B60 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB819196-
CMYK0.160.0500.62
HSL200º8.47%34.71%-
HSV(B)200º15.62%37.65%-
XYZ9.2510.0812.52-
YUV88.58132.19122.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=30.22%
G=33.96%
B=35.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8191960.160.0500.622008.4734.71
Hex515B6010503Ec8823
Octal1211331402050763101043
Binary101000110110111100000100001010111110110010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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