#584978

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

Shades of Victoria #584978

Tints of Victoria #584978

Color information

#584978 (or 0x584978) is unknown color: approx Victoria. HEX triplet: 58, 49 and 78. RGB value is (88,73,120). Sum of RGB (Red+Green+Blue) = 88+73+120=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #584978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584978 is #A7B687. Grayscale: #525252. Windows color (decimal): -10991240 or 7883096. OLE color: 7883096.

HSL color Cylindrical-coordinate representation of color #584978: hue angle of 259.15º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584978 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8873120-
CMYK0.270.3900.53
HSL259.15º24.35%37.84%-
HSV(B)259.15º39.17%47.06%-
XYZ9.88.218.83-
YUV82.84148.97131.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=31.32%
G=25.98%
B=42.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88731200.270.3900.53259.1524.3537.84
Hex5849781B270351031826
Octal13011117033470654033046
Binary10110001001001111100011011100111011010110000001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584978; }

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

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

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

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

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

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

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

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