#516393

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

Shades of Waikawa Grey #516393

Tints of Waikawa Grey #516393

Color information

#516393 (or 0x516393) is unknown color: approx Waikawa Grey. HEX triplet: 51, 63 and 93. RGB value is (81,99,147). Sum of RGB (Red+Green+Blue) = 81+99+147=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #516393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516393 is #AE9C6C. Grayscale: #626262. Windows color (decimal): -11443309 or 9659217. OLE color: 9659217.

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

Color convert

RGB8199147-
CMYK0.450.3300.42
HSL223.64º28.95%44.71%-
HSV(B)223.64º44.9%57.65%-
XYZ13.1212.7829.38-
YUV99.09155.04115.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=24.77%
G=30.28%
B=44.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81991470.450.3300.42223.6428.9544.71
Hex5163932D2102Ae01d2d
Octal12114322355410523403555
Binary101000111000111001001110110110000101010101110000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516393; }

 p { color: rgb(81,99,147); }

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

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

 a { background-color: rgb(81,99,147); }

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

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

 span { border-color: rgb(81,99,147); }

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