#58557A

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

Shades of Victoria #58557A

Tints of Victoria #58557A

Color information

#58557A (or 0x58557A) is unknown color: approx Victoria. HEX triplet: 58, 55 and 7A. RGB value is (88,85,122). Sum of RGB (Red+Green+Blue) = 88+85+122=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #58557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58557A is #A7AA85. Grayscale: #595959. Windows color (decimal): -10988166 or 8017240. OLE color: 8017240.

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

Color convert

RGB8885122-
CMYK0.280.3000.52
HSL244.86º17.87%40.59%-
HSV(B)244.86º30.33%47.84%-
XYZ10.799.9819.77-
YUV90.12145.99126.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=29.83%
G=28.81%
B=41.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88851220.280.3000.52244.8617.8740.59
Hex58557A1C1E034f51229
Octal13012517234360643652251
Binary101100010101011111010111001111001101001111010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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