#58538E

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

Shades of Victoria #58538E

Tints of Victoria #58538E

Color information

#58538E (or 0x58538E) is unknown color: approx Victoria. HEX triplet: 58, 53 and 8E. RGB value is (88,83,142). Sum of RGB (Red+Green+Blue) = 88+83+142=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #58538E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58538E is #A7AC71. Grayscale: #5A5A5A. Windows color (decimal): -10988658 or 9327448. OLE color: 9327448.

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

Color convert

RGB8883142-
CMYK0.380.4200.44
HSL245.08º26.22%44.12%-
HSV(B)245.08º41.55%55.69%-
XYZ1210.2126.93-
YUV91.22156.66125.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=28.12%
G=26.52%
B=45.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88831420.380.4200.44245.0826.2244.12
Hex58538E262A02Cf51a2c
Octal13012321646520543653254
Binary101100010100111000111010011010101001011001111010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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