Html Css Color HEX #514890 Victoria

📋 copy color: '#514890'

red 81 ◦ green 72 ◦ blue 144

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

Shades of Victoria #514890

Tints of Victoria #514890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 27.27%
G = 24.24%
B = 48.48%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#514890 (or 0x514890) is known color: Victoria. HEX triplet: 51, 48 and 90. RGB value is (81,72,144). Sum of RGB (Red+Green+Blue) = 81+72+144=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #514890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514890 is #AEB76F. Grayscale: #525252. Windows color (decimal): -11450224 or 9455697. OLE color: 9455697.

HSL color Cylindrical-coordinate representation of color #514890: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514890 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 72 144 -
CMYK 0.44 0.50 0 0.44
HSL 247.5º 0.33% 0.42% -
HSV(B) 247.5º 0.5% 0.56% -
XYZ 10.74 8.4 27.44 -
YUV 82.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 81 72 144 0.44 0.50 0 0.44 247.5 0.33 0.42
Hex 51 48 90 2C 32 0 2C F8 21 2A
Octal 121 110 220 54 62 0 54 370 41 52
Binary 1010001 1001000 10010000 101100 110010 0 101100 11111000 100001 101010

Color Harmonies of #514890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514890

Black with #514890

Text Example


Text Example

White with #514890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514890; }

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

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

background-color css

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

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

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

border-color css

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

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

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