Html Css Color HEX #514681 Victoria

📋 copy color: '#514681'

red 81 ◦ green 70 ◦ blue 129

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

Shades of Victoria #514681

Tints of Victoria #514681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 28.93%
G = 25%
B = 46.07%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#514681 (or 0x514681) is known color: Victoria. HEX triplet: 51, 46 and 81. RGB value is (81,70,129). Sum of RGB (Red+Green+Blue) = 81+70+129=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #514681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514681 is #AEB97E. Grayscale: #4F4F4F. Windows color (decimal): -11450751 or 8472145. OLE color: 8472145.

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

Color convert

RGB 81 70 129 -
CMYK 0.37 0.46 0 0.49
HSL 251.19º 0.3% 0.39% -
HSV(B) 251.19º 0.46% 0.51% -
XYZ 9.55 7.71 21.75 -
YUV 80.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 81 70 129 0.37 0.46 0 0.49 251.19 0.3 0.39
Hex 51 46 81 25 2E 0 31 FB 1E 27
Octal 121 106 201 45 56 0 61 373 36 47
Binary 1010001 1000110 10000001 100101 101110 0 110001 11111011 11110 100111

Color Harmonies of #514681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514681

Black with #514681

Text Example


Text Example

White with #514681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514681; }

 p { color: rgb(81,70,129); }

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

background-color css

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

 a { background-color: rgb(81,70,129); }

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

border-color css

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

 span { border-color: rgb(81,70,129); }

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