Html Css Color HEX #516192 Waikawa Grey

📋 copy color: '#516192'

red 81 ◦ green 97 ◦ blue 146

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

Shades of Waikawa Grey #516192

Tints of Waikawa Grey #516192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 25%
G = 29.94%
B = 45.06%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516192 (or 0x516192) is known color: Waikawa Grey. HEX triplet: 51, 61 and 92. RGB value is (81,97,146). Sum of RGB (Red+Green+Blue) = 81+97+146=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #516192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516192 is #AE9E6D. Grayscale: #616161. Windows color (decimal): -11443822 or 9593169. OLE color: 9593169.

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

Color convert

RGB 81 97 146 -
CMYK 0.45 0.34 0 0.43
HSL 225.23º 0.29% 0.45% -
HSV(B) 225.23º 0.45% 0.57% -
XYZ 12.86 12.37 28.9 -
YUV 97.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 81 97 146 0.45 0.34 0 0.43 225.23 0.29 0.45
Hex 51 61 92 2D 22 0 2B E1 1D 2D
Octal 121 141 222 55 42 0 53 341 35 55
Binary 1010001 1100001 10010010 101101 100010 0 101011 11100001 11101 101101

Color Harmonies of #516192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516192

Black with #516192

Text Example


Text Example

White with #516192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516192; }

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

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

background-color css

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

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

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

border-color css

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

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

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