Html Css Color HEX #514875 Victoria

📋 copy color: '#514875'

red 81 ◦ green 72 ◦ blue 117

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

Shades of Victoria #514875

Tints of Victoria #514875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 30%
G = 26.67%
B = 43.33%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514875 (or 0x514875) is known color: Victoria. HEX triplet: 51, 48 and 75. RGB value is (81,72,117). Sum of RGB (Red+Green+Blue) = 81+72+117=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #514875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514875 is #AEB78A. Grayscale: #4F4F4F. Windows color (decimal): -11450251 or 7686225. OLE color: 7686225.

HSL color Cylindrical-coordinate representation of color #514875: hue angle of 252º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514875 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 72 117 -
CMYK 0.31 0.38 0 0.54
HSL 252º 0.24% 0.37% -
HSV(B) 252º 0.38% 0.46% -
XYZ 8.92 7.67 17.84 -
YUV 79.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 81 72 117 0.31 0.38 0 0.54 252 0.24 0.37
Hex 51 48 75 1F 26 0 36 FC 18 25
Octal 121 110 165 37 46 0 66 374 30 45
Binary 1010001 1001000 1110101 11111 100110 0 110110 11111100 11000 100101

Color Harmonies of #514875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514875

Black with #514875

Text Example


Text Example

White with #514875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514875; }

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

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

background-color css

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

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

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

border-color css

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

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

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