#58508E

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

Shades of Victoria #58508E

Tints of Victoria #58508E

Color information

#58508E (or 0x58508E) is unknown color: approx Victoria. HEX triplet: 58, 50 and 8E. RGB value is (88,80,142). Sum of RGB (Red+Green+Blue) = 88+80+142=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #58508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58508E is #A7AF71. Grayscale: #595959. Windows color (decimal): -10989426 or 9326680. OLE color: 9326680.

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

Color convert

RGB8880142-
CMYK0.380.4400.44
HSL247.74º27.93%43.53%-
HSV(B)247.74º43.66%55.69%-
XYZ11.789.7726.86-
YUV89.46157.65126.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=28.39%
G=25.81%
B=45.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88801420.380.4400.44247.7427.9343.53
Hex58508E262C02Cf81c2c
Octal13012021646540543703454
Binary101100010100001000111010011010110001011001111100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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