#516292

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

Shades of Waikawa Grey #516292

Tints of Waikawa Grey #516292

Color information

#516292 (or 0x516292) is unknown color: approx Waikawa Grey. HEX triplet: 51, 62 and 92. RGB value is (81,98,146). Sum of RGB (Red+Green+Blue) = 81+98+146=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #516292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516292 is #AE9D6D. Grayscale: #626262. Windows color (decimal): -11443566 or 9593425. OLE color: 9593425.

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

Color convert

RGB8198146-
CMYK0.450.3300.43
HSL224.31º28.63%44.51%-
HSV(B)224.31º44.52%57.25%-
XYZ12.9512.5628.94-
YUV98.39154.87115.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=24.92%
G=30.15%
B=44.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81981460.450.3300.43224.3128.6344.51
Hex5162922D2102Be01d2d
Octal12114222255410533403555
Binary101000111000101001001010110110000101010111110000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516292; }

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

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

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

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

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

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

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

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