Html Css Color HEX #516191 Waikawa Grey

📋 copy color: '#516191'

red 81 ◦ green 97 ◦ blue 145

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

Shades of Waikawa Grey #516191

Tints of Waikawa Grey #516191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 25.08%
G = 30.03%
B = 44.89%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516191 (or 0x516191) is known color: Waikawa Grey. HEX triplet: 51, 61 and 91. RGB value is (81,97,145). Sum of RGB (Red+Green+Blue) = 81+97+145=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #516191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516191 is #AE9E6E. Grayscale: #616161. Windows color (decimal): -11443823 or 9527633. OLE color: 9527633.

HSL color Cylindrical-coordinate representation of color #516191: hue angle of 225º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516191 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 97 145 -
CMYK 0.44 0.33 0 0.43
HSL 225º 0.28% 0.44% -
HSV(B) 225º 0.44% 0.57% -
XYZ 12.78 12.34 28.5 -
YUV 97.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 81 97 145 0.44 0.33 0 0.43 225 0.28 0.44
Hex 51 61 91 2C 21 0 2B E1 1C 2C
Octal 121 141 221 54 41 0 53 341 34 54
Binary 1010001 1100001 10010001 101100 100001 0 101011 11100001 11100 101100

Color Harmonies of #516191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516191

Black with #516191

Text Example


Text Example

White with #516191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516191; }

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

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

background-color css

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

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

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

border-color css

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

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

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