#5C528B

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

Shades of Victoria #5C528B

Tints of Victoria #5C528B

Color information

#5C528B (or 0x5C528B) is unknown color: approx Victoria. HEX triplet: 5C, 52 and 8B. RGB value is (92,82,139). Sum of RGB (Red+Green+Blue) = 92+82+139=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C528B is #A3AD74. Grayscale: #5B5B5B. Windows color (decimal): -10726773 or 9130588. OLE color: 9130588.

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

Color convert

RGB9282139-
CMYK0.340.4100.45
HSL250.53º25.79%43.33%-
HSV(B)250.53º41.01%54.51%-
XYZ12.0910.1725.75-
YUV91.49154.81128.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.39%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=29.39%
G=26.20%
B=44.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92821390.340.4100.45250.5325.7943.33
Hex5C528B222902Dfb1a2b
Octal13412221342510553733253
Binary101110010100101000101110001010100101011011111101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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