Html Css Color HEX #584579 Gigas

📋 copy color: '#584579'

red 88 ◦ green 69 ◦ blue 121

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

Shades of Gigas #584579

Tints of Gigas #584579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

 BLUE value IS 121 (47.66% from 255) = 43.53%

R = 31.65%
G = 24.82%
B = 43.53%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#584579 (or 0x584579) is known color: Gigas. HEX triplet: 58, 45 and 79. RGB value is (88,69,121). Sum of RGB (Red+Green+Blue) = 88+69+121=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #584579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584579 is #A7BA86. Grayscale: #505050. Windows color (decimal): -10992263 or 7947608. OLE color: 7947608.

HSL color Cylindrical-coordinate representation of color #584579: hue angle of 261.92º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584579 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 69 121 -
CMYK 0.27 0.43 0 0.53
HSL 261.92º 0.27% 0.37% -
HSV(B) 261.92º 0.43% 0.47% -
XYZ 9.6 7.71 19.07 -
YUV 80.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 88 69 121 0.27 0.43 0 0.53 261.92 0.27 0.37
Hex 58 45 79 1B 2B 0 35 106 1B 25
Octal 130 105 171 33 53 0 65 406 33 45
Binary 1011000 1000101 1111001 11011 101011 0 110101 100000110 11011 100101

Color Harmonies of #584579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584579

Black with #584579

Text Example


Text Example

White with #584579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584579; }

 p { color: rgb(88,69,121); }

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

background-color css

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

 a { background-color: rgb(88,69,121); }

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

border-color css

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

 span { border-color: rgb(88,69,121); }

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