#516193

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

Shades of Waikawa Grey #516193

Tints of Waikawa Grey #516193

Color information

#516193 (or 0x516193) is unknown color: approx Waikawa Grey. HEX triplet: 51, 61 and 93. RGB value is (81,97,147). Sum of RGB (Red+Green+Blue) = 81+97+147=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #516193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516193 is #AE9E6C. Grayscale: #616161. Windows color (decimal): -11443821 or 9658705. OLE color: 9658705.

HSL color Cylindrical-coordinate representation of color #516193: hue angle of 225.45º 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 #516193 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8197147-
CMYK0.450.3400.42
HSL225.45º28.95%44.71%-
HSV(B)225.45º44.9%57.65%-
XYZ12.9312.4129.32-
YUV97.92155.7115.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=24.92%
G=29.85%
B=45.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81971470.450.3400.42225.4528.9544.71
Hex5161932D2202Ae11d2d
Octal12114122355420523413555
Binary101000111000011001001110110110001001010101110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516193; }

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

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

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

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

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

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

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

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