Html Css Color HEX #516293 Waikawa Grey

📋 copy color: '#516293'

red 81 ◦ green 98 ◦ blue 147

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

Shades of Waikawa Grey #516293

Tints of Waikawa Grey #516293

RGB

 RED value IS 81 (32.03% from 255) = 24.85%

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 24.85%
G = 30.06%
B = 45.09%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516293 (or 0x516293) is known color: Waikawa Grey. HEX triplet: 51, 62 and 93. RGB value is (81,98,147). Sum of RGB (Red+Green+Blue) = 81+98+147=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #516293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516293 is #AE9D6C. Grayscale: #626262. Windows color (decimal): -11443565 or 9658961. OLE color: 9658961.

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

Color convert

RGB 81 98 147 -
CMYK 0.45 0.33 0 0.42
HSL 224.55º 0.29% 0.45% -
HSV(B) 224.55º 0.45% 0.58% -
XYZ 13.03 12.59 29.35 -
YUV 98.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 81 98 147 0.45 0.33 0 0.42 224.55 0.29 0.45
Hex 51 62 93 2D 21 0 2A E1 1D 2D
Octal 121 142 223 55 41 0 52 341 35 55
Binary 1010001 1100010 10010011 101101 100001 0 101010 11100001 11101 101101

Color Harmonies of #516293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516293

Black with #516293

Text Example


Text Example

White with #516293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516293; }

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

 H1.HeaderClassName
 {
   color: #516293;
 }
 .AnyTagClassName
 {
   color: #516293;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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