Html Css Color HEX #584480 Gigas

📋 copy color: '#584480'

red 88 ◦ green 68 ◦ blue 128

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

Shades of Gigas #584480

Tints of Gigas #584480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 30.99%
G = 23.94%
B = 45.07%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#584480 (or 0x584480) is known color: Gigas. HEX triplet: 58, 44 and 80. RGB value is (88,68,128). Sum of RGB (Red+Green+Blue) = 88+68+128=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #584480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584480 is #A7BB7F. Grayscale: #505050. Windows color (decimal): -10992512 or 8406104. OLE color: 8406104.

HSL color Cylindrical-coordinate representation of color #584480: hue angle of 260º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584480 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 68 128 -
CMYK 0.31 0.47 0 0.50
HSL 260º 0.31% 0.38% -
HSV(B) 260º 0.47% 0.5% -
XYZ 9.99 7.77 21.39 -
YUV 80.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 88 68 128 0.31 0.47 0 0.50 260 0.31 0.38
Hex 58 44 80 1F 2F 0 32 104 1F 26
Octal 130 104 200 37 57 0 62 404 37 46
Binary 1011000 1000100 10000000 11111 101111 0 110010 100000100 11111 100110

Color Harmonies of #584480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584480

Black with #584480

Text Example


Text Example

White with #584480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584480; }

 p { color: rgb(88,68,128); }

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

background-color css

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

 a { background-color: rgb(88,68,128); }

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

border-color css

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

 span { border-color: rgb(88,68,128); }

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