#516091

Color #516091 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #516091

Tints of Waikawa Grey #516091

Color information

#516091 (or 0x516091) is unknown color: approx Waikawa Grey. HEX triplet: 51, 60 and 91. RGB value is (81,96,145). Sum of RGB (Red+Green+Blue) = 81+96+145=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #516091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516091 is #AE9F6E. Grayscale: #606060. Windows color (decimal): -11444079 or 9527377. OLE color: 9527377.

HSL color Cylindrical-coordinate representation of color #516091: hue angle of 225.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516091 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8196145-
CMYK0.440.3400.43
HSL225.94º28.32%44.31%-
HSV(B)225.94º44.14%56.86%-
XYZ12.6912.1628.47-
YUV97.1155.03116.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=25.16%
G=29.81%
B=45.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81961450.440.3400.43225.9428.3244.31
Hex5160912C2202Be21c2c
Octal12114022154420533423454
Binary101000111000001001000110110010001001010111110001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516091; }

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

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

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

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

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

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

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

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