Html Css Color HEX #514785 Victoria

📋 copy color: '#514785'

red 81 ◦ green 71 ◦ blue 133

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

Shades of Victoria #514785

Tints of Victoria #514785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 28.42%
G = 24.91%
B = 46.67%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#514785 (or 0x514785) is known color: Victoria. HEX triplet: 51, 47 and 85. RGB value is (81,71,133). Sum of RGB (Red+Green+Blue) = 81+71+133=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #514785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514785 is #AEB87A. Grayscale: #505050. Windows color (decimal): -11450491 or 8734545. OLE color: 8734545.

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

Color convert

RGB 81 71 133 -
CMYK 0.39 0.47 0 0.48
HSL 249.68º 0.3% 0.4% -
HSV(B) 249.68º 0.47% 0.52% -
XYZ 9.88 7.95 23.2 -
YUV 81.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 81 71 133 0.39 0.47 0 0.48 249.68 0.3 0.4
Hex 51 47 85 27 2F 0 30 FA 1E 28
Octal 121 107 205 47 57 0 60 372 36 50
Binary 1010001 1000111 10000101 100111 101111 0 110000 11111010 11110 101000

Color Harmonies of #514785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514785

Black with #514785

Text Example


Text Example

White with #514785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514785; }

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

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

background-color css

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

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

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

border-color css

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

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

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