Html Css Color HEX #584973 Victoria

📋 copy color: '#584973'

red 88 ◦ green 73 ◦ blue 115

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

Shades of Victoria #584973

Tints of Victoria #584973

RGB

 RED value IS 88 (34.77% from 255) = 31.88%

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 31.88%
G = 26.45%
B = 41.67%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584973 (or 0x584973) is known color: Victoria. HEX triplet: 58, 49 and 73. RGB value is (88,73,115). Sum of RGB (Red+Green+Blue) = 88+73+115=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #584973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584973 is #A7B68C. Grayscale: #525252. Windows color (decimal): -10991245 or 7555416. OLE color: 7555416.

HSL color Cylindrical-coordinate representation of color #584973: hue angle of 261.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #584973 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 73 115 -
CMYK 0.23 0.37 0 0.55
HSL 261.43º 0.22% 0.37% -
HSV(B) 261.43º 0.37% 0.45% -
XYZ 9.5 8.08 17.28 -
YUV 82.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 88 73 115 0.23 0.37 0 0.55 261.43 0.22 0.37
Hex 58 49 73 17 25 0 37 105 16 25
Octal 130 111 163 27 45 0 67 405 26 45
Binary 1011000 1001001 1110011 10111 100101 0 110111 100000101 10110 100101

Color Harmonies of #584973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584973

Black with #584973

Text Example


Text Example

White with #584973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584973; }

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

 H1.HeaderClassName
 {
   color: #584973;
 }
 .AnyTagClassName
 {
   color: #584973;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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