Html Css Color HEX #516292 Waikawa Grey

📋 copy color: '#516292'

red 81 ◦ green 98 ◦ blue 146

#516292
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #516292

Tints of Waikawa Grey #516292

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 value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516292 (or 0x516292) is known color: 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

RGB 81 98 146 -
CMYK 0.45 0.33 0 0.43
HSL 224.31º 0.29% 0.45% -
HSV(B) 224.31º 0.45% 0.57% -
XYZ 12.95 12.56 28.94 -
YUV 98.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 81 98 146 0.45 0.33 0 0.43 224.31 0.29 0.45
Hex 51 62 92 2D 21 0 2B E0 1D 2D
Octal 121 142 222 55 41 0 53 340 35 55
Binary 1010001 1100010 10010010 101101 100001 0 101011 11100000 11101 101101

Color Harmonies of #516292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516292

Black with #516292

Text Example


Text Example

White with #516292

Text Example


Text Example

HTML Codes & Css Web 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>