#5C4F92

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

Shades of Victoria #5C4F92

Tints of Victoria #5C4F92

Color information

#5C4F92 (or 0x5C4F92) is unknown color: approx Victoria. HEX triplet: 5C, 4F and 92. RGB value is (92,79,146). Sum of RGB (Red+Green+Blue) = 92+79+146=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C4F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4F92 is #A3B06D. Grayscale: #5A5A5A. Windows color (decimal): -10727534 or 9588572. OLE color: 9588572.

HSL color Cylindrical-coordinate representation of color #5C4F92: hue angle of 251.64º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C4F92 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9279146-
CMYK0.370.4600.43
HSL251.64º29.78%44.12%-
HSV(B)251.64º45.89%57.25%-
XYZ12.49.9428.46-
YUV90.52159.31129.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=29.02%
G=24.92%
B=46.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92791460.370.4600.43251.6429.7844.12
Hex5C4F92252E02Bfc1e2c
Octal13411722245560533743654
Binary101110010011111001001010010110111001010111111110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,79,146); }

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

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

 a { background-color: rgb(92,79,146); }

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

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

 span { border-color: rgb(92,79,146); }

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