#5C5295

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

Shades of Victoria #5C5295

Tints of Victoria #5C5295

Color information

#5C5295 (or 0x5C5295) is unknown color: approx Victoria. HEX triplet: 5C, 52 and 95. RGB value is (92,82,149). Sum of RGB (Red+Green+Blue) = 92+82+149=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5295 is #A3AD6A. Grayscale: #5C5C5C. Windows color (decimal): -10726763 or 9785948. OLE color: 9785948.

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

Color convert

RGB9282149-
CMYK0.380.4500.42
HSL248.96º29%45.29%-
HSV(B)248.96º44.97%58.43%-
XYZ12.8610.4829.78-
YUV92.63159.81127.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=28.48%
G=25.39%
B=46.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92821490.380.4500.42248.962945.29
Hex5C5295262D02Af91d2d
Octal13412222546550523713555
Binary101110010100101001010110011010110101010101111100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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