Html Css Color HEX #584976 Victoria

📋 copy color: '#584976'

red 88 ◦ green 73 ◦ blue 118

#584976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #584976

Tints of Victoria #584976

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 value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584976 (or 0x584976) is known color: 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

RGB 88 73 118 -
CMYK 0.25 0.38 0 0.54
HSL 260º 0.24% 0.37% -
HSV(B) 260º 0.38% 0.46% -
XYZ 9.68 8.15 18.2 -
YUV 82.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 88 73 118 0.25 0.38 0 0.54 260 0.24 0.37
Hex 58 49 76 19 26 0 36 104 18 25
Octal 130 111 166 31 46 0 66 404 30 45
Binary 1011000 1001001 1110110 11001 100110 0 110110 100000100 11000 100101

Color Harmonies of #584976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584976

Black with #584976

Text Example


Text Example

White with #584976

Text Example


Text Example

HTML Codes & Css Web 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>