#524E7D

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

Shades of Victoria #524E7D

Tints of Victoria #524E7D

Color information

#524E7D (or 0x524E7D) is unknown color: approx Victoria. HEX triplet: 52, 4E and 7D. RGB value is (82,78,125). Sum of RGB (Red+Green+Blue) = 82+78+125=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #524E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E7D is #ADB182. Grayscale: #545454. Windows color (decimal): -11383171 or 8212050. OLE color: 8212050.

HSL color Cylindrical-coordinate representation of color #524E7D: hue angle of 245.11º degrees, saturation: 0.23, 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 #524E7D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8278125-
CMYK0.340.3800.51
HSL245.11º23.15%39.8%-
HSV(B)245.11º37.6%49.02%-
XYZ9.918.7220.56-
YUV84.55150.83126.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=28.77%
G=27.37%
B=43.86%

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
Decimal82781250.340.3800.51245.1123.1539.8
Hex524E7D2226033f51728
Octal12211617542460633652750
Binary10100101001110111110110001010011001100111111010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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