#5C528C

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

Shades of Victoria #5C528C

Tints of Victoria #5C528C

Color information

#5C528C (or 0x5C528C) is unknown color: approx Victoria. HEX triplet: 5C, 52 and 8C. RGB value is (92,82,140). Sum of RGB (Red+Green+Blue) = 92+82+140=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C528C is #A3AD73. Grayscale: #5B5B5B. Windows color (decimal): -10726772 or 9196124. OLE color: 9196124.

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

Color convert

RGB9282140-
CMYK0.340.4100.45
HSL250.34º26.13%43.53%-
HSV(B)250.34º41.43%54.9%-
XYZ12.1610.226.14-
YUV91.6155.31128.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.30%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=29.30%
G=26.11%
B=44.59%

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
Decimal92821400.340.4100.45250.3426.1343.53
Hex5C528C222902Dfa1a2c
Octal13412221442510553723254
Binary101110010100101000110010001010100101011011111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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