#5C578B

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

Shades of Victoria #5C578B

Tints of Victoria #5C578B

Color information

#5C578B (or 0x5C578B) is unknown color: approx Victoria. HEX triplet: 5C, 57 and 8B. RGB value is (92,87,139). Sum of RGB (Red+Green+Blue) = 92+87+139=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C578B is #A3A874. Grayscale: #5E5E5E. Windows color (decimal): -10725493 or 9131868. OLE color: 9131868.

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

Color convert

RGB9287139-
CMYK0.340.3700.45
HSL245.77º23.01%44.31%-
HSV(B)245.77º37.41%54.51%-
XYZ12.4810.9625.88-
YUV94.42153.16126.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=28.93%
G=27.36%
B=43.71%

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
Decimal92871390.340.3700.45245.7723.0144.31
Hex5C578B222502Df6172c
Octal13412721342450553662754
Binary101110010101111000101110001010010101011011111011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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