#5C5888

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

Shades of Victoria #5C5888

Tints of Victoria #5C5888

Color information

#5C5888 (or 0x5C5888) is unknown color: approx Victoria. HEX triplet: 5C, 58 and 88. RGB value is (92,88,136). Sum of RGB (Red+Green+Blue) = 92+88+136=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C5888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5888 is #A3A777. Grayscale: #5E5E5E. Windows color (decimal): -10725240 or 8935516. OLE color: 8935516.

HSL color Cylindrical-coordinate representation of color #5C5888: hue angle of 245º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C5888 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9288136-
CMYK0.320.3500.47
HSL245º21.43%43.92%-
HSV(B)245º35.29%53.33%-
XYZ12.3511.0324.77-
YUV94.67151.33126.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=29.11%
G=27.85%
B=43.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92881360.320.3500.4724521.4343.92
Hex5C5888202302Ff5152c
Octal13413021040430573652554
Binary101110010110001000100010000010001101011111111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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