#584F8A

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

Shades of Victoria #584F8A

Tints of Victoria #584F8A

Color information

#584F8A (or 0x584F8A) is unknown color: approx Victoria. HEX triplet: 58, 4F and 8A. RGB value is (88,79,138). Sum of RGB (Red+Green+Blue) = 88+79+138=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #584F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F8A is #A7B075. Grayscale: #585858. Windows color (decimal): -10989686 or 9064280. OLE color: 9064280.

HSL color Cylindrical-coordinate representation of color #584F8A: hue angle of 249.15º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584F8A is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8879138-
CMYK0.360.4300.46
HSL249.15º27.19%42.55%-
HSV(B)249.15º42.75%54.12%-
XYZ11.419.525.28-
YUV88.42155.98127.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=28.85%
G=25.90%
B=45.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88791380.360.4300.46249.1527.1942.55
Hex584F8A242B02Ef91b2b
Octal13011721244530563713353
Binary101100010011111000101010010010101101011101111100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,79,138); }

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

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

 a { background-color: rgb(88,79,138); }

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

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

 span { border-color: rgb(88,79,138); }

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