#584976

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

Shades of Victoria #584976

Tints of Victoria #584976

Color information

#584976 (or 0x584976) is unknown color: approx Victoria. HEX triplet: 58, 49 and 76. RGB value is (88,73,118). Sum of RGB (Red+Green+Blue) = 88+73+118=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #584976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584976 is #A7B689. Grayscale: #525252. Windows color (decimal): -10991242 or 7752024. OLE color: 7752024.

HSL color Cylindrical-coordinate representation of color #584976: hue angle of 260º degrees, saturation: 0.24, 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 #584976 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8873118-
CMYK0.250.3800.54
HSL260º23.56%37.45%-
HSV(B)260º38.14%46.27%-
XYZ9.688.1518.2-
YUV82.62147.97131.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=31.54%
G=26.16%
B=42.29%

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
Decimal88731180.250.3800.5426023.5637.45
Hex58497619260361041825
Octal13011116631460664043045
Binary10110001001001111011011001100110011011010000010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584976; }

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

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

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

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

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

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

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

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