#514B70

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

Shades of Victoria #514B70

Tints of Victoria #514B70

Color information

#514B70 (or 0x514B70) is unknown color: approx Victoria. HEX triplet: 51, 4B and 70. RGB value is (81,75,112). Sum of RGB (Red+Green+Blue) = 81+75+112=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #514B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B70 is #AEB48F. Grayscale: #505050. Windows color (decimal): -11449488 or 7359313. OLE color: 7359313.

HSL color Cylindrical-coordinate representation of color #514B70: hue angle of 249.73º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514B70 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8175112-
CMYK0.280.3300.56
HSL249.73º19.79%36.67%-
HSV(B)249.73º33.04%43.92%-
XYZ8.837.9516.4-
YUV81.01145.49127.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=30.22%
G=27.99%
B=41.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81751120.280.3300.56249.7319.7936.67
Hex514B701C21038fa1425
Octal12111316034410703722445
Binary1010001100101111100001110010000101110001111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514B70;
 }
 .AnyTagClassName
 {
   color: #514B70;
 }
</style>
background-color css

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

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

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

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

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

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