Html Css Color HEX #514885 Victoria

📋 copy color: '#514885'

red 81 ◦ green 72 ◦ blue 133

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

Shades of Victoria #514885

Tints of Victoria #514885

RGB

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

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

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

R = 28.32%
G = 25.17%
B = 46.5%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#514885 (or 0x514885) is known color: Victoria. HEX triplet: 51, 48 and 85. RGB value is (81,72,133). Sum of RGB (Red+Green+Blue) = 81+72+133=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #514885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514885 is #AEB77A. Grayscale: #515151. Windows color (decimal): -11450235 or 8734801. OLE color: 8734801.

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

Color convert

RGB 81 72 133 -
CMYK 0.39 0.46 0 0.48
HSL 248.85º 0.3% 0.4% -
HSV(B) 248.85º 0.46% 0.52% -
XYZ 9.94 8.08 23.23 -
YUV 81.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 81 72 133 0.39 0.46 0 0.48 248.85 0.3 0.4
Hex 51 48 85 27 2E 0 30 F9 1E 28
Octal 121 110 205 47 56 0 60 371 36 50
Binary 1010001 1001000 10000101 100111 101110 0 110000 11111001 11110 101000

Color Harmonies of #514885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514885

Black with #514885

Text Example


Text Example

White with #514885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514885; }

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

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

background-color css

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

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

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

border-color css

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

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

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