#534C92

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

Shades of Victoria #534C92

Tints of Victoria #534C92

Color information

#534C92 (or 0x534C92) is unknown color: approx Victoria. HEX triplet: 53, 4C and 92. RGB value is (83,76,146). Sum of RGB (Red+Green+Blue) = 83+76+146=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #534C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534C92 is #ACB36D. Grayscale: #555555. Windows color (decimal): -11318126 or 9587795. OLE color: 9587795.

HSL color Cylindrical-coordinate representation of color #534C92: hue angle of 246º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534C92 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8376146-
CMYK0.430.4800.43
HSL246º31.53%43.53%-
HSV(B)246º47.95%57.25%-
XYZ11.349.0828.35-
YUV86.07161.82125.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=27.21%
G=24.92%
B=47.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83761460.430.4800.4324631.5343.53
Hex534C922B3002Bf6202c
Octal12311422253600533664054
Binary1010011100110010010010101011110000010101111110110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,146); }

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

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

 a { background-color: rgb(83,76,146); }

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

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

 span { border-color: rgb(83,76,146); }

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