Html Css Color HEX #514678 Victoria

📋 copy color: '#514678'

red 81 ◦ green 70 ◦ blue 120

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

Shades of Victoria #514678

Tints of Victoria #514678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 29.89%
G = 25.83%
B = 44.28%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#514678 (or 0x514678) is known color: Victoria. HEX triplet: 51, 46 and 78. RGB value is (81,70,120). Sum of RGB (Red+Green+Blue) = 81+70+120=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #514678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514678 is #AEB987. Grayscale: #4E4E4E. Windows color (decimal): -11450760 or 7882321. OLE color: 7882321.

HSL color Cylindrical-coordinate representation of color #514678: hue angle of 253.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514678 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 70 120 -
CMYK 0.32 0.42 0 0.53
HSL 253.2º 0.26% 0.37% -
HSV(B) 253.2º 0.42% 0.47% -
XYZ 8.97 7.49 18.74 -
YUV 78.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 81 70 120 0.32 0.42 0 0.53 253.2 0.26 0.37
Hex 51 46 78 20 2A 0 35 FD 1A 25
Octal 121 106 170 40 52 0 65 375 32 45
Binary 1010001 1000110 1111000 100000 101010 0 110101 11111101 11010 100101

Color Harmonies of #514678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514678

Black with #514678

Text Example


Text Example

White with #514678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514678; }

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

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

background-color css

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

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

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

border-color css

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

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

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