Html Css Color HEX #514884 Victoria

📋 copy color: '#514884'

red 81 ◦ green 72 ◦ blue 132

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

Shades of Victoria #514884

Tints of Victoria #514884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 28.42%
G = 25.26%
B = 46.32%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#514884 (or 0x514884) is known color: Victoria. HEX triplet: 51, 48 and 84. RGB value is (81,72,132). Sum of RGB (Red+Green+Blue) = 81+72+132=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #514884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514884 is #AEB77B. Grayscale: #515151. Windows color (decimal): -11450236 or 8669265. OLE color: 8669265.

HSL color Cylindrical-coordinate representation of color #514884: hue angle of 249º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514884 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 72 132 -
CMYK 0.39 0.45 0 0.48
HSL 249º 0.29% 0.4% -
HSV(B) 249º 0.45% 0.52% -
XYZ 9.88 8.05 22.86 -
YUV 81.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 81 72 132 0.39 0.45 0 0.48 249 0.29 0.4
Hex 51 48 84 27 2D 0 30 F9 1D 28
Octal 121 110 204 47 55 0 60 371 35 50
Binary 1010001 1001000 10000100 100111 101101 0 110000 11111001 11101 101000

Color Harmonies of #514884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514884

Black with #514884

Text Example


Text Example

White with #514884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514884; }

 p { color: rgb(81,72,132); }

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

background-color css

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

 a { background-color: rgb(81,72,132); }

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

border-color css

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

 span { border-color: rgb(81,72,132); }

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