Html Css Color HEX #514784 Victoria

📋 copy color: '#514784'

red 81 ◦ green 71 ◦ blue 132

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

Shades of Victoria #514784

Tints of Victoria #514784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 28.52%
G = 25%
B = 46.48%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#514784 (or 0x514784) is known color: Victoria. HEX triplet: 51, 47 and 84. RGB value is (81,71,132). Sum of RGB (Red+Green+Blue) = 81+71+132=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #514784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514784 is #AEB87B. Grayscale: #505050. Windows color (decimal): -11450492 or 8669009. OLE color: 8669009.

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

Color convert

RGB 81 71 132 -
CMYK 0.39 0.46 0 0.48
HSL 249.84º 0.3% 0.4% -
HSV(B) 249.84º 0.46% 0.52% -
XYZ 9.81 7.92 22.84 -
YUV 80.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 81 71 132 0.39 0.46 0 0.48 249.84 0.3 0.4
Hex 51 47 84 27 2E 0 30 FA 1E 28
Octal 121 107 204 47 56 0 60 372 36 50
Binary 1010001 1000111 10000100 100111 101110 0 110000 11111010 11110 101000

Color Harmonies of #514784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514784

Black with #514784

Text Example


Text Example

White with #514784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514784; }

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

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

background-color css

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

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

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

border-color css

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

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

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