#584B8B

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

Shades of Victoria #584B8B

Tints of Victoria #584B8B

Color information

#584B8B (or 0x584B8B) is unknown color: approx Victoria. HEX triplet: 58, 4B and 8B. RGB value is (88,75,139). Sum of RGB (Red+Green+Blue) = 88+75+139=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #584B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B8B is #A7B474. Grayscale: #555555. Windows color (decimal): -10990709 or 9128792. OLE color: 9128792.

HSL color Cylindrical-coordinate representation of color #584B8B: hue angle of 252.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #584B8B is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8875139-
CMYK0.370.4600.45
HSL252.19º29.91%41.96%-
HSV(B)252.19º46.04%54.51%-
XYZ11.28.9725.57-
YUV86.18157.81129.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=29.14%
G=24.83%
B=46.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88751390.370.4600.45252.1929.9141.96
Hex584B8B252E02Dfc1e2a
Octal13011321345560553743652
Binary101100010010111000101110010110111001011011111110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584B8B; }

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

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

<style>
 a { background-color: #584B8B; }

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

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

<style>
 span { border-color: #584B8B; }

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

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