Html Css Color HEX #516092 Waikawa Grey

📋 copy color: '#516092'

red 81 ◦ green 96 ◦ blue 146

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

Shades of Waikawa Grey #516092

Tints of Waikawa Grey #516092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

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

R = 25.08%
G = 29.72%
B = 45.2%

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

#516092 (or 0x516092) is known color: Waikawa Grey. HEX triplet: 51, 60 and 92. RGB value is (81,96,146). Sum of RGB (Red+Green+Blue) = 81+96+146=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #516092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516092 is #AE9F6D. Grayscale: #616161. Windows color (decimal): -11444078 or 9592913. OLE color: 9592913.

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

Color convert

RGB 81 96 146 -
CMYK 0.45 0.34 0 0.43
HSL 226.15º 0.29% 0.45% -
HSV(B) 226.15º 0.45% 0.57% -
XYZ 12.76 12.19 28.87 -
YUV 97.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 81 96 146 0.45 0.34 0 0.43 226.15 0.29 0.45
Hex 51 60 92 2D 22 0 2B E2 1D 2D
Octal 121 140 222 55 42 0 53 342 35 55
Binary 1010001 1100000 10010010 101101 100010 0 101011 11100010 11101 101101

Color Harmonies of #516092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516092

Black with #516092

Text Example


Text Example

White with #516092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516092; }

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

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

background-color css

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

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

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

border-color css

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

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

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