#58517D

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

Shades of Victoria #58517D

Tints of Victoria #58517D

Color information

#58517D (or 0x58517D) is unknown color: approx Victoria. HEX triplet: 58, 51 and 7D. RGB value is (88,81,125). Sum of RGB (Red+Green+Blue) = 88+81+125=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #58517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58517D is #A7AE82. Grayscale: #575757. Windows color (decimal): -10989187 or 8212824. OLE color: 8212824.

HSL color Cylindrical-coordinate representation of color #58517D: hue angle of 249.55º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58517D is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8881125-
CMYK0.300.3500.51
HSL249.55º21.36%40.39%-
HSV(B)249.55º35.2%49.02%-
XYZ10.679.4420.66-
YUV88.11148.82127.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=29.93%
G=27.55%
B=42.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88811250.300.3500.51249.5521.3640.39
Hex58517D1E23033fa1528
Octal13012117536430633722550
Binary1011000101000111111011111010001101100111111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58517D; }

 p { color: rgb(88,81,125); }

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

<style>
 a { background-color: #58517D; }

 a { background-color: rgb(88,81,125); }

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

<style>
 span { border-color: #58517D; }

 span { border-color: rgb(88,81,125); }

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