#5C588B

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

Shades of Victoria #5C588B

Tints of Victoria #5C588B

Color information

#5C588B (or 0x5C588B) is unknown color: approx Victoria. HEX triplet: 5C, 58 and 8B. RGB value is (92,88,139). Sum of RGB (Red+Green+Blue) = 92+88+139=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C588B is #A3A774. Grayscale: #5E5E5E. Windows color (decimal): -10725237 or 9132124. OLE color: 9132124.

HSL color Cylindrical-coordinate representation of color #5C588B: hue angle of 244.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C588B is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9288139-
CMYK0.340.3700.45
HSL244.71º22.47%44.51%-
HSV(B)244.71º36.69%54.51%-
XYZ12.5611.1225.91-
YUV95.01152.83125.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=28.84%
G=27.59%
B=43.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92881390.340.3700.45244.7122.4744.51
Hex5C588B222502Df5162d
Octal13413021342450553652655
Binary101110010110001000101110001010010101011011111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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