#5C5090

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

Shades of Victoria #5C5090

Tints of Victoria #5C5090

Color information

#5C5090 (or 0x5C5090) is unknown color: approx Victoria. HEX triplet: 5C, 50 and 90. RGB value is (92,80,144). Sum of RGB (Red+Green+Blue) = 92+80+144=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5090 is #A3AF6F. Grayscale: #5A5A5A. Windows color (decimal): -10727280 or 9457756. OLE color: 9457756.

HSL color Cylindrical-coordinate representation of color #5C5090: hue angle of 251.25º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C5090 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9280144-
CMYK0.360.4400.44
HSL251.25º28.57%43.92%-
HSV(B)251.25º44.44%56.47%-
XYZ12.3210.0327.67-
YUV90.88157.98128.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=29.11%
G=25.32%
B=45.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92801440.360.4400.44251.2528.5743.92
Hex5C5090242C02Cfb1d2c
Octal13412022044540543733554
Binary101110010100001001000010010010110001011001111101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,80,144); }

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

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

 a { background-color: rgb(92,80,144); }

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

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

 span { border-color: rgb(92,80,144); }

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