#524779

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

Shades of Victoria #524779

Tints of Victoria #524779

Color information

#524779 (or 0x524779) is unknown color: approx Victoria. HEX triplet: 52, 47 and 79. RGB value is (82,71,121). Sum of RGB (Red+Green+Blue) = 82+71+121=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #524779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524779 is #ADB886. Grayscale: #4F4F4F. Windows color (decimal): -11384967 or 7948114. OLE color: 7948114.

HSL color Cylindrical-coordinate representation of color #524779: hue angle of 253.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524779 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8271121-
CMYK0.320.4100.53
HSL253.2º26.04%37.65%-
HSV(B)253.2º41.32%47.45%-
XYZ9.187.6819.09-
YUV79.99151.14129.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=29.93%
G=25.91%
B=44.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82711210.320.4100.53253.226.0437.65
Hex5247792029035fd1a26
Octal12210717140510653753246
Binary10100101000111111100110000010100101101011111110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524779; }

 p { color: rgb(82,71,121); }

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

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

 a { background-color: rgb(82,71,121); }

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

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

 span { border-color: rgb(82,71,121); }

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