Html Css Color HEX #584975 Victoria

📋 copy color: '#584975'

red 88 ◦ green 73 ◦ blue 117

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

Shades of Victoria #584975

Tints of Victoria #584975

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 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

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

RGB 88 73 117 -
CMYK 0.25 0.38 0 0.54
HSL 260.45º 0.23% 0.37% -
HSV(B) 260.45º 0.38% 0.46% -
XYZ 9.62 8.12 17.89 -
YUV 82.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 88 73 117 0.25 0.38 0 0.54 260.45 0.23 0.37
Hex 58 49 75 19 26 0 36 104 17 25
Octal 130 111 165 31 46 0 66 404 27 45
Binary 1011000 1001001 1110101 11001 100110 0 110110 100000100 10111 100101

Color Harmonies of #584975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584975

Black with #584975

Text Example


Text Example

White with #584975

Text Example


Text Example

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