Html Css Color HEX #516393 Waikawa Grey

📋 copy color: '#516393'

red 81 ◦ green 99 ◦ blue 147

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

Shades of Waikawa Grey #516393

Tints of Waikawa Grey #516393

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 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

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

RGB 81 99 147 -
CMYK 0.45 0.33 0 0.42
HSL 223.64º 0.29% 0.45% -
HSV(B) 223.64º 0.45% 0.58% -
XYZ 13.12 12.78 29.38 -
YUV 99.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 81 99 147 0.45 0.33 0 0.42 223.64 0.29 0.45
Hex 51 63 93 2D 21 0 2A E0 1D 2D
Octal 121 143 223 55 41 0 52 340 35 55
Binary 1010001 1100011 10010011 101101 100001 0 101010 11100000 11101 101101

Color Harmonies of #516393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516393

Black with #516393

Text Example


Text Example

White with #516393

Text Example


Text Example

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