Html Css Color HEX #584893 Gigas

📋 copy color: '#584893'

red 88 ◦ green 72 ◦ blue 147

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

Shades of Gigas #584893

Tints of Gigas #584893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

 BLUE value IS 147 (57.81% from 255) = 47.88%

R = 28.66%
G = 23.45%
B = 47.88%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584893 (or 0x584893) is known color: Gigas. HEX triplet: 58, 48 and 93. RGB value is (88,72,147). Sum of RGB (Red+Green+Blue) = 88+72+147=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #584893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584893 is #A7B76C. Grayscale: #555555. Windows color (decimal): -10991469 or 9652312. OLE color: 9652312.

HSL color Cylindrical-coordinate representation of color #584893: hue angle of 252.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584893 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 72 147 -
CMYK 0.40 0.51 0 0.42
HSL 252.8º 0.34% 0.43% -
HSV(B) 252.8º 0.51% 0.58% -
XYZ 11.61 8.82 28.69 -
YUV 85.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 88 72 147 0.40 0.51 0 0.42 252.8 0.34 0.43
Hex 58 48 93 28 33 0 2A FD 22 2B
Octal 130 110 223 50 63 0 52 375 42 53
Binary 1011000 1001000 10010011 101000 110011 0 101010 11111101 100010 101011

Color Harmonies of #584893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584893

Black with #584893

Text Example


Text Example

White with #584893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584893; }

 p { color: rgb(88,72,147); }

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

background-color css

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

 a { background-color: rgb(88,72,147); }

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

border-color css

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

 span { border-color: rgb(88,72,147); }

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