Html Css Color HEX #584289 Gigas

📋 copy color: '#584289'

red 88 ◦ green 66 ◦ blue 137

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

Shades of Gigas #584289

Tints of Gigas #584289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

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

R = 30.24%
G = 22.68%
B = 47.08%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#584289 (or 0x584289) is known color: Gigas. HEX triplet: 58, 42 and 89. RGB value is (88,66,137). Sum of RGB (Red+Green+Blue) = 88+66+137=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #584289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584289 is #A7BD76. Grayscale: #505050. Windows color (decimal): -10993015 or 8995416. OLE color: 8995416.

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

Color convert

RGB 88 66 137 -
CMYK 0.36 0.52 0 0.46
HSL 258.59º 0.35% 0.4% -
HSV(B) 258.59º 0.52% 0.54% -
XYZ 10.49 7.78 24.62 -
YUV 80.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 88 66 137 0.36 0.52 0 0.46 258.59 0.35 0.4
Hex 58 42 89 24 34 0 2E 103 23 28
Octal 130 102 211 44 64 0 56 403 43 50
Binary 1011000 1000010 10001001 100100 110100 0 101110 100000011 100011 101000

Color Harmonies of #584289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584289

Black with #584289

Text Example


Text Example

White with #584289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584289; }

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

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

background-color css

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

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

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

border-color css

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

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

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