#5C5293

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

Shades of Victoria #5C5293

Tints of Victoria #5C5293

Color information

#5C5293 (or 0x5C5293) is unknown color: approx Victoria. HEX triplet: 5C, 52 and 93. RGB value is (92,82,147). Sum of RGB (Red+Green+Blue) = 92+82+147=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C5293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5293 is #A3AD6C. Grayscale: #5C5C5C. Windows color (decimal): -10726765 or 9654876. OLE color: 9654876.

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

Color convert

RGB9282147-
CMYK0.370.4400.42
HSL249.23º28.38%44.9%-
HSV(B)249.23º44.22%57.65%-
XYZ12.710.4228.95-
YUV92.4158.81127.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=28.66%
G=25.55%
B=45.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92821470.370.4400.42249.2328.3844.9
Hex5C5293252C02Af91c2d
Octal13412222345540523713455
Binary101110010100101001001110010110110001010101111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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