#524B93

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

Shades of Victoria #524B93

Tints of Victoria #524B93

Color information

#524B93 (or 0x524B93) is unknown color: approx Victoria. HEX triplet: 52, 4B and 93. RGB value is (82,75,147). Sum of RGB (Red+Green+Blue) = 82+75+147=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #524B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B93 is #ADB46C. Grayscale: #555555. Windows color (decimal): -11383917 or 9653074. OLE color: 9653074.

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

Color convert

RGB8275147-
CMYK0.440.4900.42
HSL245.83º32.43%43.53%-
HSV(B)245.83º48.98%57.65%-
XYZ11.268.9328.73-
YUV85.3162.82125.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=26.97%
G=24.67%
B=48.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82751470.440.4900.42245.8332.4343.53
Hex524B932C3102Af6202c
Octal12211322354610523664054
Binary1010010100101110010011101100110001010101011110110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B93; }

 p { color: rgb(82,75,147); }

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

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

 a { background-color: rgb(82,75,147); }

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

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

 span { border-color: rgb(82,75,147); }

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