#58557B

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

Shades of Victoria #58557B

Tints of Victoria #58557B

Color information

#58557B (or 0x58557B) is unknown color: approx Victoria. HEX triplet: 58, 55 and 7B. RGB value is (88,85,123). Sum of RGB (Red+Green+Blue) = 88+85+123=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #58557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58557B is #A7AA84. Grayscale: #5A5A5A. Windows color (decimal): -10988165 or 8082776. OLE color: 8082776.

HSL color Cylindrical-coordinate representation of color #58557B: hue angle of 244.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58557B is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8885123-
CMYK0.280.3100.52
HSL244.74º18.27%40.78%-
HSV(B)244.74º30.89%48.24%-
XYZ10.851020.1-
YUV90.23146.49126.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=29.73%
G=28.72%
B=41.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88851230.280.3100.52244.7418.2740.78
Hex58557B1C1F034f51229
Octal13012517334370643652251
Binary101100010101011111011111001111101101001111010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58557B; }

 p { color: rgb(88,85,123); }

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

<style>
 a { background-color: #58557B; }

 a { background-color: rgb(88,85,123); }

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

<style>
 span { border-color: #58557B; }

 span { border-color: rgb(88,85,123); }

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