#58538B

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

Shades of Victoria #58538B

Tints of Victoria #58538B

Color information

#58538B (or 0x58538B) is unknown color: approx Victoria. HEX triplet: 58, 53 and 8B. RGB value is (88,83,139). Sum of RGB (Red+Green+Blue) = 88+83+139=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #58538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58538B is #A7AC74. Grayscale: #5A5A5A. Windows color (decimal): -10988661 or 9130840. OLE color: 9130840.

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

Color convert

RGB8883139-
CMYK0.370.4000.45
HSL245.36º25.23%43.53%-
HSV(B)245.36º40.29%54.51%-
XYZ11.7810.1325.76-
YUV90.88155.16125.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=28.39%
G=26.77%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88831390.370.4000.45245.3625.2343.53
Hex58538B252802Df5192c
Octal13012321345500553653154
Binary101100010100111000101110010110100001011011111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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