Html Css Color HEX #584589 Gigas

📋 copy color: '#584589'

red 88 ◦ green 69 ◦ blue 137

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

Shades of Gigas #584589

Tints of Gigas #584589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 29.93%
G = 23.47%
B = 46.6%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#584589 (or 0x584589) is known color: Gigas. HEX triplet: 58, 45 and 89. RGB value is (88,69,137). Sum of RGB (Red+Green+Blue) = 88+69+137=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #584589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584589 is #A7BA76. Grayscale: #525252. Windows color (decimal): -10992247 or 8996184. OLE color: 8996184.

HSL color Cylindrical-coordinate representation of color #584589: hue angle of 256.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #584589 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 69 137 -
CMYK 0.36 0.50 0 0.46
HSL 256.76º 0.33% 0.4% -
HSV(B) 256.76º 0.5% 0.54% -
XYZ 10.67 8.14 24.68 -
YUV 82.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 88 69 137 0.36 0.50 0 0.46 256.76 0.33 0.4
Hex 58 45 89 24 32 0 2E 101 21 28
Octal 130 105 211 44 62 0 56 401 41 50
Binary 1011000 1000101 10001001 100100 110010 0 101110 100000001 100001 101000

Color Harmonies of #584589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584589

Black with #584589

Text Example


Text Example

White with #584589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584589; }

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

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

background-color css

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

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

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

border-color css

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

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

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