Html Css Color HEX #514985 Victoria

📋 copy color: '#514985'

red 81 ◦ green 73 ◦ blue 133

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

Shades of Victoria #514985

Tints of Victoria #514985

RGB

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

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

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

R = 28.22%
G = 25.44%
B = 46.34%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#514985 (or 0x514985) is known color: Victoria. HEX triplet: 51, 49 and 85. RGB value is (81,73,133). Sum of RGB (Red+Green+Blue) = 81+73+133=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #514985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514985 is #AEB67A. Grayscale: #525252. Windows color (decimal): -11449979 or 8735057. OLE color: 8735057.

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

Color convert

RGB 81 73 133 -
CMYK 0.39 0.45 0 0.48
HSL 248º 0.29% 0.4% -
HSV(B) 248º 0.45% 0.52% -
XYZ 10.01 8.21 23.25 -
YUV 82.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 81 73 133 0.39 0.45 0 0.48 248 0.29 0.4
Hex 51 49 85 27 2D 0 30 F8 1D 28
Octal 121 111 205 47 55 0 60 370 35 50
Binary 1010001 1001001 10000101 100111 101101 0 110000 11111000 11101 101000

Color Harmonies of #514985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514985

Black with #514985

Text Example


Text Example

White with #514985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514985; }

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

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

background-color css

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

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

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

border-color css

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

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

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