#584975

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

Shades of Victoria #584975

Tints of Victoria #584975

Color information

#584975 (or 0x584975) is unknown color: approx Victoria. HEX triplet: 58, 49 and 75. RGB value is (88,73,117). Sum of RGB (Red+Green+Blue) = 88+73+117=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #584975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584975 is #A7B68A. Grayscale: #525252. Windows color (decimal): -10991243 or 7686488. OLE color: 7686488.

HSL color Cylindrical-coordinate representation of color #584975: hue angle of 260.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #584975 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8873117-
CMYK0.250.3800.54
HSL260.45º23.16%37.25%-
HSV(B)260.45º37.61%45.88%-
XYZ9.628.1217.89-
YUV82.5147.47131.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=31.65%
G=26.26%
B=42.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88731170.250.3800.54260.4523.1637.25
Hex58497519260361041725
Octal13011116531460664042745
Binary10110001001001111010111001100110011011010000010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584975; }

 p { color: rgb(88,73,117); }

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

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

 a { background-color: rgb(88,73,117); }

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

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

 span { border-color: rgb(88,73,117); }

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