Html Css Color HEX #584978 Victoria

📋 copy color: '#584978'

red 88 ◦ green 73 ◦ blue 120

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

Shades of Victoria #584978

Tints of Victoria #584978

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

R = 31.32%
G = 25.98%
B = 42.7%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 88 73 120 -
CMYK 0.27 0.39 0 0.53
HSL 259.15º 0.24% 0.38% -
HSV(B) 259.15º 0.39% 0.47% -
XYZ 9.8 8.2 18.83 -
YUV 82.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 88 73 120 0.27 0.39 0 0.53 259.15 0.24 0.38
Hex 58 49 78 1B 27 0 35 103 18 26
Octal 130 111 170 33 47 0 65 403 30 46
Binary 1011000 1001001 1111000 11011 100111 0 110101 100000011 11000 100110

Color Harmonies of #584978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584978

Black with #584978

Text Example


Text Example

White with #584978

Text Example


Text Example

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