#5C598A

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

Shades of Victoria #5C598A

Tints of Victoria #5C598A

Color information

#5C598A (or 0x5C598A) is unknown color: approx Victoria. HEX triplet: 5C, 59 and 8A. RGB value is (92,89,138). Sum of RGB (Red+Green+Blue) = 92+89+138=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C598A is #A3A675. Grayscale: #5F5F5F. Windows color (decimal): -10724982 or 9066844. OLE color: 9066844.

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

Color convert

RGB9289138-
CMYK0.330.3600.46
HSL243.67º21.59%44.51%-
HSV(B)243.67º35.51%54.12%-
XYZ12.5711.2625.55-
YUV95.48151.99125.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=28.84%
G=27.90%
B=43.26%

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
Decimal92891380.330.3600.46243.6721.5944.51
Hex5C598A212402Ef4162d
Octal13413121241440563642655
Binary101110010110011000101010000110010001011101111010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,138); }

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

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

 a { background-color: rgb(92,89,138); }

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

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

 span { border-color: rgb(92,89,138); }

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