Html Css Color HEX #514A8E Victoria

📋 copy color: '#514A8E'

red 81 ◦ green 74 ◦ blue 142

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

Shades of Victoria #514A8E

Tints of Victoria #514A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 27.27%
G = 24.92%
B = 47.81%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#514A8E (or 0x514A8E) is known color: Victoria. HEX triplet: 51, 4A and 8E. RGB value is (81,74,142). Sum of RGB (Red+Green+Blue) = 81+74+142=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #514A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A8E is #AEB571. Grayscale: #535353. Windows color (decimal): -11449714 or 9325137. OLE color: 9325137.

HSL color Cylindrical-coordinate representation of color #514A8E: hue angle of 246.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514A8E is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 74 142 -
CMYK 0.43 0.48 0 0.44
HSL 246.18º 0.31% 0.42% -
HSV(B) 246.18º 0.48% 0.56% -
XYZ 10.72 8.6 26.69 -
YUV 83.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 81 74 142 0.43 0.48 0 0.44 246.18 0.31 0.42
Hex 51 4A 8E 2B 30 0 2C F6 1F 2A
Octal 121 112 216 53 60 0 54 366 37 52
Binary 1010001 1001010 10001110 101011 110000 0 101100 11110110 11111 101010

Color Harmonies of #514A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A8E

Black with #514A8E

Text Example


Text Example

White with #514A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A8E; }

 p { color: rgb(81,74,142); }

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

background-color css

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

 a { background-color: rgb(81,74,142); }

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

border-color css

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

 span { border-color: rgb(81,74,142); }

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