#514788

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

Shades of Victoria #514788

Tints of Victoria #514788

Color information

#514788 (or 0x514788) is unknown color: approx Victoria. HEX triplet: 51, 47 and 88. RGB value is (81,71,136). Sum of RGB (Red+Green+Blue) = 81+71+136=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #514788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514788 is #AEB877. Grayscale: #515151. Windows color (decimal): -11450488 or 8931153. OLE color: 8931153.

HSL color Cylindrical-coordinate representation of color #514788: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514788 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8171136-
CMYK0.400.4800.47
HSL249.23º31.4%40.59%-
HSV(B)249.23º47.79%53.33%-
XYZ10.098.0324.31-
YUV81.4158.81127.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=28.12%
G=24.65%
B=47.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81711360.400.4800.47249.2331.440.59
Hex514788283002Ff91f29
Octal12110721050600573713751
Binary101000110001111000100010100011000001011111111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514788; }

 p { color: rgb(81,71,136); }

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

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

 a { background-color: rgb(81,71,136); }

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

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

 span { border-color: rgb(81,71,136); }

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