#5C5195

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

Shades of Victoria #5C5195

Tints of Victoria #5C5195

Color information

#5C5195 (or 0x5C5195) is unknown color: approx Victoria. HEX triplet: 5C, 51 and 95. RGB value is (92,81,149). Sum of RGB (Red+Green+Blue) = 92+81+149=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C5195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5195 is #A3AE6A. Grayscale: #5B5B5B. Windows color (decimal): -10727019 or 9785692. OLE color: 9785692.

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

Color convert

RGB9281149-
CMYK0.380.4600.42
HSL249.71º29.57%45.1%-
HSV(B)249.71º45.64%58.43%-
XYZ12.7810.3329.75-
YUV92.04160.14127.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=28.57%
G=25.16%
B=46.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92811490.380.4600.42249.7129.5745.1
Hex5C5195262E02Afa1e2d
Octal13412122546560523723655
Binary101110010100011001010110011010111001010101111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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