Html Css Color HEX #514880 Victoria

📋 copy color: '#514880'

red 81 ◦ green 72 ◦ blue 128

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

Shades of Victoria #514880

Tints of Victoria #514880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 28.83%
G = 25.62%
B = 45.55%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#514880 (or 0x514880) is known color: Victoria. HEX triplet: 51, 48 and 80. RGB value is (81,72,128). Sum of RGB (Red+Green+Blue) = 81+72+128=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #514880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514880 is #AEB77F. Grayscale: #505050. Windows color (decimal): -11450240 or 8407121. OLE color: 8407121.

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

Color convert

RGB 81 72 128 -
CMYK 0.37 0.44 0 0.50
HSL 249.64º 0.28% 0.39% -
HSV(B) 249.64º 0.44% 0.5% -
XYZ 9.61 7.94 21.45 -
YUV 81.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 81 72 128 0.37 0.44 0 0.50 249.64 0.28 0.39
Hex 51 48 80 25 2C 0 32 FA 1C 27
Octal 121 110 200 45 54 0 62 372 34 47
Binary 1010001 1001000 10000000 100101 101100 0 110010 11111010 11100 100111

Color Harmonies of #514880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514880

Black with #514880

Text Example


Text Example

White with #514880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514880; }

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

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

background-color css

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

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

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

border-color css

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

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

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