Html Css Color HEX #584586 Gigas

📋 copy color: '#584586'

red 88 ◦ green 69 ◦ blue 134

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

Shades of Gigas #584586

Tints of Gigas #584586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 30.24%
G = 23.71%
B = 46.05%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#584586 (or 0x584586) is known color: Gigas. HEX triplet: 58, 45 and 86. RGB value is (88,69,134). Sum of RGB (Red+Green+Blue) = 88+69+134=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #584586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584586 is #A7BA79. Grayscale: #515151. Windows color (decimal): -10992250 or 8799576. OLE color: 8799576.

HSL color Cylindrical-coordinate representation of color #584586: hue angle of 257.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584586 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 69 134 -
CMYK 0.34 0.49 0 0.47
HSL 257.54º 0.32% 0.4% -
HSV(B) 257.54º 0.49% 0.53% -
XYZ 10.46 8.05 23.56 -
YUV 82.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 88 69 134 0.34 0.49 0 0.47 257.54 0.32 0.4
Hex 58 45 86 22 31 0 2F 102 20 28
Octal 130 105 206 42 61 0 57 402 40 50
Binary 1011000 1000101 10000110 100010 110001 0 101111 100000010 100000 101000

Color Harmonies of #584586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584586

Black with #584586

Text Example


Text Example

White with #584586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584586; }

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

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

background-color css

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

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

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

border-color css

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

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

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