#58497E

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

Shades of Victoria #58497E

Tints of Victoria #58497E

Color information

#58497E (or 0x58497E) is unknown color: approx Victoria. HEX triplet: 58, 49 and 7E. RGB value is (88,73,126). Sum of RGB (Red+Green+Blue) = 88+73+126=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #58497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58497E is #A7B681. Grayscale: #535353. Windows color (decimal): -10991234 or 8276312. OLE color: 8276312.

HSL color Cylindrical-coordinate representation of color #58497E: hue angle of 256.98º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58497E is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8873126-
CMYK0.300.4200.51
HSL256.98º26.63%39.02%-
HSV(B)256.98º42.06%49.41%-
XYZ10.178.3520.81-
YUV83.53151.97131.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 126 (49.61% from 255) = 43.90%
R=30.66%
G=25.44%
B=43.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88731260.300.4200.51256.9826.6339.02
Hex58497E1E2A0331011b27
Octal13011117636520634013347
Binary10110001001001111111011110101010011001110000000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,73,126); }

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

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

 a { background-color: rgb(88,73,126); }

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

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

 span { border-color: rgb(88,73,126); }

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