Html Css Color HEX #514987 Victoria

📋 copy color: '#514987'

red 81 ◦ green 73 ◦ blue 135

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

Shades of Victoria #514987

Tints of Victoria #514987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 28.03%
G = 25.26%
B = 46.71%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#514987 (or 0x514987) is known color: Victoria. HEX triplet: 51, 49 and 87. RGB value is (81,73,135). Sum of RGB (Red+Green+Blue) = 81+73+135=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #514987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514987 is #AEB678. Grayscale: #525252. Windows color (decimal): -11449977 or 8866129. OLE color: 8866129.

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

Color convert

RGB 81 73 135 -
CMYK 0.40 0.46 0 0.47
HSL 247.74º 0.3% 0.41% -
HSV(B) 247.74º 0.46% 0.53% -
XYZ 10.15 8.26 23.98 -
YUV 82.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 81 73 135 0.40 0.46 0 0.47 247.74 0.3 0.41
Hex 51 49 87 28 2E 0 2F F8 1E 29
Octal 121 111 207 50 56 0 57 370 36 51
Binary 1010001 1001001 10000111 101000 101110 0 101111 11111000 11110 101001

Color Harmonies of #514987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514987

Black with #514987

Text Example


Text Example

White with #514987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514987; }

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

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

background-color css

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

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

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

border-color css

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

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

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