#534F8D

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

Shades of Victoria #534F8D

Tints of Victoria #534F8D

Color information

#534F8D (or 0x534F8D) is unknown color: approx Victoria. HEX triplet: 53, 4F and 8D. RGB value is (83,79,141). Sum of RGB (Red+Green+Blue) = 83+79+141=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #534F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F8D is #ACB072. Grayscale: #575757. Windows color (decimal): -11317363 or 9260883. OLE color: 9260883.

HSL color Cylindrical-coordinate representation of color #534F8D: hue angle of 243.87º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534F8D is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8379141-
CMYK0.410.4400.45
HSL243.87º28.18%43.14%-
HSV(B)243.87º43.97%55.29%-
XYZ11.179.3526.42-
YUV87.26158.33124.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=27.39%
G=26.07%
B=46.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83791410.410.4400.45243.8728.1843.14
Hex534F8D292C02Df41c2b
Octal12311721551540553643453
Binary101001110011111000110110100110110001011011111010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F8D; }

 p { color: rgb(83,79,141); }

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

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

 a { background-color: rgb(83,79,141); }

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

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

 span { border-color: rgb(83,79,141); }

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