#524E85

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

Shades of Victoria #524E85

Tints of Victoria #524E85

Color information

#524E85 (or 0x524E85) is unknown color: approx Victoria. HEX triplet: 52, 4E and 85. RGB value is (82,78,133). Sum of RGB (Red+Green+Blue) = 82+78+133=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #524E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524E85 is #ADB17A. Grayscale: #555555. Windows color (decimal): -11383163 or 8736338. OLE color: 8736338.

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

Color convert

RGB8278133-
CMYK0.380.4100.48
HSL244.36º26.07%41.37%-
HSV(B)244.36º41.35%52.16%-
XYZ10.448.9423.37-
YUV85.47154.83125.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=27.99%
G=26.62%
B=45.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82781330.380.4100.48244.3626.0741.37
Hex524E852629030f41a29
Octal12211620546510603643251
Binary101001010011101000010110011010100101100001111010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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