#58558B

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

Shades of Victoria #58558B

Tints of Victoria #58558B

Color information

#58558B (or 0x58558B) is unknown color: approx Victoria. HEX triplet: 58, 55 and 8B. RGB value is (88,85,139). Sum of RGB (Red+Green+Blue) = 88+85+139=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #58558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58558B is #A7AA74. Grayscale: #5B5B5B. Windows color (decimal): -10988149 or 9131352. OLE color: 9131352.

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

Color convert

RGB8885139-
CMYK0.370.3900.45
HSL243.33º24.11%43.92%-
HSV(B)243.33º38.85%54.51%-
XYZ11.9310.4425.81-
YUV92.05154.49125.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=28.21%
G=27.24%
B=44.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88851390.370.3900.45243.3324.1143.92
Hex58558B252702Df3182c
Octal13012521345470553633054
Binary101100010101011000101110010110011101011011111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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