#5C4E7A

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

Shades of Victoria #5C4E7A

Tints of Victoria #5C4E7A

Color information

#5C4E7A (or 0x5C4E7A) is unknown color: approx Victoria. HEX triplet: 5C, 4E and 7A. RGB value is (92,78,122). Sum of RGB (Red+Green+Blue) = 92+78+122=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C4E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E7A is #A3B185. Grayscale: #575757. Windows color (decimal): -10727814 or 8015452. OLE color: 8015452.

HSL color Cylindrical-coordinate representation of color #5C4E7A: hue angle of 259.09º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C4E7A is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9278122-
CMYK0.250.3600.52
HSL259.09º22%39.22%-
HSV(B)259.09º36.07%47.84%-
XYZ10.659.1319.61-
YUV87.2147.64131.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.51%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=31.51%
G=26.71%
B=41.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92781220.250.3600.52259.092239.22
Hex5C4E7A19240341031627
Octal13411617231440644032647
Binary10111001001110111101011001100100011010010000001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,78,122); }

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

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

 a { background-color: rgb(92,78,122); }

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

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

 span { border-color: rgb(92,78,122); }

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