#516092

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

Shades of Waikawa Grey #516092

Tints of Waikawa Grey #516092

Color information

#516092 (or 0x516092) is unknown color: approx Waikawa Grey. HEX triplet: 51, 60 and 92. RGB value is (81,96,146). Sum of RGB (Red+Green+Blue) = 81+96+146=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #516092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516092 is #AE9F6D. Grayscale: #616161. Windows color (decimal): -11444078 or 9592913. OLE color: 9592913.

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

Color convert

RGB8196146-
CMYK0.450.3400.43
HSL226.15º28.63%44.51%-
HSV(B)226.15º44.52%57.25%-
XYZ12.7612.1928.87-
YUV97.22155.53116.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=25.08%
G=29.72%
B=45.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81961460.450.3400.43226.1528.6344.51
Hex5160922D2202Be21d2d
Octal12114022255420533423555
Binary101000111000001001001010110110001001010111110001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516092; }

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

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

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

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

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

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

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

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