Html Css Color HEX #584775 Gigas

📋 copy color: '#584775'

red 88 ◦ green 71 ◦ blue 117

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

Shades of Gigas #584775

Tints of Gigas #584775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 31.88%
G = 25.72%
B = 42.39%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584775 (or 0x584775) is known color: Gigas. HEX triplet: 58, 47 and 75. RGB value is (88,71,117). Sum of RGB (Red+Green+Blue) = 88+71+117=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #584775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584775 is #A7B88A. Grayscale: #515151. Windows color (decimal): -10991755 or 7685976. OLE color: 7685976.

HSL color Cylindrical-coordinate representation of color #584775: hue angle of 262.17º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584775 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 71 117 -
CMYK 0.25 0.39 0 0.54
HSL 262.17º 0.24% 0.37% -
HSV(B) 262.17º 0.39% 0.46% -
XYZ 9.49 7.87 17.85 -
YUV 81.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 88 71 117 0.25 0.39 0 0.54 262.17 0.24 0.37
Hex 58 47 75 19 27 0 36 106 18 25
Octal 130 107 165 31 47 0 66 406 30 45
Binary 1011000 1000111 1110101 11001 100111 0 110110 100000110 11000 100101

Color Harmonies of #584775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584775

Black with #584775

Text Example


Text Example

White with #584775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584775; }

 p { color: rgb(88,71,117); }

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

background-color css

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

 a { background-color: rgb(88,71,117); }

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

border-color css

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

 span { border-color: rgb(88,71,117); }

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