#584B8E

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

Shades of Victoria #584B8E

Tints of Victoria #584B8E

Color information

#584B8E (or 0x584B8E) is unknown color: approx Victoria. HEX triplet: 58, 4B and 8E. RGB value is (88,75,142). Sum of RGB (Red+Green+Blue) = 88+75+142=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #584B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B8E is #A7B471. Grayscale: #565656. Windows color (decimal): -10990706 or 9325400. OLE color: 9325400.

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

Color convert

RGB8875142-
CMYK0.380.4700.44
HSL251.64º30.88%42.55%-
HSV(B)251.64º47.18%55.69%-
XYZ11.429.0626.74-
YUV86.52159.31129.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=28.85%
G=24.59%
B=46.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88751420.380.4700.44251.6430.8842.55
Hex584B8E262F02Cfc1f2b
Octal13011321646570543743753
Binary101100010010111000111010011010111101011001111110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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