Html Css Color HEX #514989 Victoria

📋 copy color: '#514989'

red 81 ◦ green 73 ◦ blue 137

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

Shades of Victoria #514989

Tints of Victoria #514989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 137 (53.91% from 255) = 47.08%

R = 27.84%
G = 25.09%
B = 47.08%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#514989 (or 0x514989) is known color: Victoria. HEX triplet: 51, 49 and 89. RGB value is (81,73,137). Sum of RGB (Red+Green+Blue) = 81+73+137=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #514989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514989 is #AEB676. Grayscale: #525252. Windows color (decimal): -11449975 or 8997201. OLE color: 8997201.

HSL color Cylindrical-coordinate representation of color #514989: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514989 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 73 137 -
CMYK 0.41 0.47 0 0.46
HSL 247.5º 0.3% 0.41% -
HSV(B) 247.5º 0.47% 0.54% -
XYZ 10.29 8.32 24.73 -
YUV 82.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 81 73 137 0.41 0.47 0 0.46 247.5 0.3 0.41
Hex 51 49 89 29 2F 0 2E F8 1E 29
Octal 121 111 211 51 57 0 56 370 36 51
Binary 1010001 1001001 10001001 101001 101111 0 101110 11111000 11110 101001

Color Harmonies of #514989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514989

Black with #514989

Text Example


Text Example

White with #514989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514989; }

 p { color: rgb(81,73,137); }

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

background-color css

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

 a { background-color: rgb(81,73,137); }

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

border-color css

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

 span { border-color: rgb(81,73,137); }

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