#5C5483

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

Shades of Victoria #5C5483

Tints of Victoria #5C5483

Color information

#5C5483 (or 0x5C5483) is unknown color: approx Victoria. HEX triplet: 5C, 54 and 83. RGB value is (92,84,131). Sum of RGB (Red+Green+Blue) = 92+84+131=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C5483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5483 is #A3AB7C. Grayscale: #5B5B5B. Windows color (decimal): -10726269 or 8606812. OLE color: 8606812.

HSL color Cylindrical-coordinate representation of color #5C5483: hue angle of 250.21º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C5483 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9284131-
CMYK0.300.3600.49
HSL250.21º21.86%42.16%-
HSV(B)250.21º35.88%51.37%-
XYZ11.6810.2522.84-
YUV91.75150.15128.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.97%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=29.97%
G=27.36%
B=42.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92841310.300.3600.49250.2121.8642.16
Hex5C54831E24031fa162a
Octal13412420336440613722652
Binary10111001010100100000111111010010001100011111101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,131); }

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

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

 a { background-color: rgb(92,84,131); }

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

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

 span { border-color: rgb(92,84,131); }

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