#534994

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

Shades of Victoria #534994

Tints of Victoria #534994

Color information

#534994 (or 0x534994) is unknown color: approx Victoria. HEX triplet: 53, 49 and 94. RGB value is (83,73,148). Sum of RGB (Red+Green+Blue) = 83+73+148=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #534994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534994 is #ACB66B. Grayscale: #545454. Windows color (decimal): -11318892 or 9718099. OLE color: 9718099.

HSL color Cylindrical-coordinate representation of color #534994: hue angle of 248º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534994 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8373148-
CMYK0.440.5100.42
HSL248º33.94%43.33%-
HSV(B)248º50.68%58.04%-
XYZ11.38.7429.11-
YUV84.54163.81126.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=27.30%
G=24.01%
B=48.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83731480.440.5100.4224833.9443.33
Hex5349942C3302Af8222b
Octal12311122454630523704253
Binary1010011100100110010100101100110011010101011111000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534994; }

 p { color: rgb(83,73,148); }

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

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

 a { background-color: rgb(83,73,148); }

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

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

 span { border-color: rgb(83,73,148); }

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