#524D7D

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

Shades of Victoria #524D7D

Tints of Victoria #524D7D

Color information

#524D7D (or 0x524D7D) is unknown color: approx Victoria. HEX triplet: 52, 4D and 7D. RGB value is (82,77,125). Sum of RGB (Red+Green+Blue) = 82+77+125=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #524D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D7D is #ADB282. Grayscale: #535353. Windows color (decimal): -11383427 or 8211794. OLE color: 8211794.

HSL color Cylindrical-coordinate representation of color #524D7D: hue angle of 246.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #524D7D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8277125-
CMYK0.340.3800.51
HSL246.25º23.76%39.61%-
HSV(B)246.25º38.4%49.02%-
XYZ9.848.5820.54-
YUV83.97151.16126.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=28.87%
G=27.11%
B=44.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82771250.340.3800.51246.2523.7639.61
Hex524D7D2226033f61828
Octal12211517542460633663050
Binary10100101001101111110110001010011001100111111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,125); }

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

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

 a { background-color: rgb(82,77,125); }

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

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

 span { border-color: rgb(82,77,125); }

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