Html Css Color HEX #514B72 Victoria

📋 copy color: '#514B72'

red 81 ◦ green 75 ◦ blue 114

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

Shades of Victoria #514B72

Tints of Victoria #514B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 30%
G = 27.78%
B = 42.22%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514B72 (or 0x514B72) is known color: Victoria. HEX triplet: 51, 4B and 72. RGB value is (81,75,114). Sum of RGB (Red+Green+Blue) = 81+75+114=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #514B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B72 is #AEB48D. Grayscale: #515151. Windows color (decimal): -11449486 or 7490385. OLE color: 7490385.

HSL color Cylindrical-coordinate representation of color #514B72: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #514B72 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 75 114 -
CMYK 0.29 0.34 0 0.55
HSL 249.23º 0.21% 0.37% -
HSV(B) 249.23º 0.34% 0.45% -
XYZ 8.95 8 16.99 -
YUV 81.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 81 75 114 0.29 0.34 0 0.55 249.23 0.21 0.37
Hex 51 4B 72 1D 22 0 37 F9 15 25
Octal 121 113 162 35 42 0 67 371 25 45
Binary 1010001 1001011 1110010 11101 100010 0 110111 11111001 10101 100101

Color Harmonies of #514B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B72

Black with #514B72

Text Example


Text Example

White with #514B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,75,114); }

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

background-color css

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

 a { background-color: rgb(81,75,114); }

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

border-color css

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

 span { border-color: rgb(81,75,114); }

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