#534F8C

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

Shades of Victoria #534F8C

Tints of Victoria #534F8C

Color information

#534F8C (or 0x534F8C) is unknown color: approx Victoria. HEX triplet: 53, 4F and 8C. RGB value is (83,79,140). Sum of RGB (Red+Green+Blue) = 83+79+140=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #534F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F8C is #ACB073. Grayscale: #565656. Windows color (decimal): -11317364 or 9195347. OLE color: 9195347.

HSL color Cylindrical-coordinate representation of color #534F8C: hue angle of 243.93º 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 #534F8C is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8379140-
CMYK0.410.4400.45
HSL243.93º27.85%42.94%-
HSV(B)243.93º43.57%54.9%-
XYZ11.19.3226.03-
YUV87.15157.83125.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 140 (55.08% from 255) = 46.36%
R=27.48%
G=26.16%
B=46.36%

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
Decimal83791400.410.4400.45243.9327.8542.94
Hex534F8C292C02Df41c2b
Octal12311721451540553643453
Binary101001110011111000110010100110110001011011111010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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