#5C528D

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

Shades of Victoria #5C528D

Tints of Victoria #5C528D

Color information

#5C528D (or 0x5C528D) is unknown color: approx Victoria. HEX triplet: 5C, 52 and 8D. RGB value is (92,82,141). Sum of RGB (Red+Green+Blue) = 92+82+141=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C528D is #A3AD72. Grayscale: #5B5B5B. Windows color (decimal): -10726771 or 9261660. OLE color: 9261660.

HSL color Cylindrical-coordinate representation of color #5C528D: hue angle of 250.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C528D is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9282141-
CMYK0.350.4200.45
HSL250.17º26.46%43.73%-
HSV(B)250.17º41.84%55.29%-
XYZ12.2410.2326.53-
YUV91.72155.81128.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=29.21%
G=26.03%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92821410.350.4200.45250.1726.4643.73
Hex5C528D232A02Dfa1a2c
Octal13412221543520553723254
Binary101110010100101000110110001110101001011011111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C528D; }

 p { color: rgb(92,82,141); }

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

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

 a { background-color: rgb(92,82,141); }

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

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

 span { border-color: rgb(92,82,141); }

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