#514B72

Color #514B72 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #514B72

Tints of Victoria #514B72

Color information

#514B72 (or 0x514B72) is unknown color: approx 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

RGB8175114-
CMYK0.290.3400.55
HSL249.23º20.63%37.06%-
HSV(B)249.23º34.21%44.71%-
XYZ8.95816.99-
YUV81.24146.49127.83-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81751140.290.3400.55249.2320.6337.06
Hex514B721D22037f91525
Octal12111316235420673712545
Binary1010001100101111100101110110001001101111111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>