#5C557D

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

Shades of Victoria #5C557D

Tints of Victoria #5C557D

Color information

#5C557D (or 0x5C557D) is unknown color: approx Victoria. HEX triplet: 5C, 55 and 7D. RGB value is (92,85,125). Sum of RGB (Red+Green+Blue) = 92+85+125=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C557D is #A3AA82. Grayscale: #5B5B5B. Windows color (decimal): -10726019 or 8213852. OLE color: 8213852.

HSL color Cylindrical-coordinate representation of color #5C557D: hue angle of 250.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C557D is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9285125-
CMYK0.260.3200.51
HSL250.5º19.05%41.18%-
HSV(B)250.5º32%49.02%-
XYZ11.3610.2520.78-
YUV91.65146.82128.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.46%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=30.46%
G=28.15%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92851250.260.3200.51250.519.0541.18
Hex5C557D1A20033fa1329
Octal13412517532400633722351
Binary1011100101010111111011101010000001100111111101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,85,125); }

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

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

 a { background-color: rgb(92,85,125); }

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

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

 span { border-color: rgb(92,85,125); }

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