#5C5889

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

Shades of Victoria #5C5889

Tints of Victoria #5C5889

Color information

#5C5889 (or 0x5C5889) is unknown color: approx Victoria. HEX triplet: 5C, 58 and 89. RGB value is (92,88,137). Sum of RGB (Red+Green+Blue) = 92+88+137=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5889 is #A3A776. Grayscale: #5E5E5E. Windows color (decimal): -10725239 or 9001052. OLE color: 9001052.

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

Color convert

RGB9288137-
CMYK0.330.3600.46
HSL244.9º21.78%44.12%-
HSV(B)244.9º35.77%53.73%-
XYZ12.4211.0625.15-
YUV94.78151.83126.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=29.02%
G=27.76%
B=43.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal92881370.330.3600.46244.921.7844.12
Hex5C5889212402Ef5162c
Octal13413021141440563652654
Binary101110010110001000100110000110010001011101111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,88,137); }

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

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

 a { background-color: rgb(92,88,137); }

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

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

 span { border-color: rgb(92,88,137); }

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