#58508D

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

Shades of Victoria #58508D

Tints of Victoria #58508D

Color information

#58508D (or 0x58508D) is unknown color: approx Victoria. HEX triplet: 58, 50 and 8D. RGB value is (88,80,141). Sum of RGB (Red+Green+Blue) = 88+80+141=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #58508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58508D is #A7AF72. Grayscale: #595959. Windows color (decimal): -10989427 or 9261144. OLE color: 9261144.

HSL color Cylindrical-coordinate representation of color #58508D: hue angle of 247.87º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58508D is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8880141-
CMYK0.380.4300.45
HSL247.87º27.6%43.33%-
HSV(B)247.87º43.26%55.29%-
XYZ11.79.7426.46-
YUV89.35157.15127.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=28.48%
G=25.89%
B=45.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88801410.380.4300.45247.8727.643.33
Hex58508D262B02Df81c2b
Octal13012021546530553703453
Binary101100010100001000110110011010101101011011111100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,80,141); }

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

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

 a { background-color: rgb(88,80,141); }

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

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

 span { border-color: rgb(88,80,141); }

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