Html Css Color HEX #584084 Gigas

📋 copy color: '#584084'

red 88 ◦ green 64 ◦ blue 132

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

Shades of Gigas #584084

Tints of Gigas #584084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 30.99%
G = 22.54%
B = 46.48%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584084 (or 0x584084) is known color: Gigas. HEX triplet: 58, 40 and 84. RGB value is (88,64,132). Sum of RGB (Red+Green+Blue) = 88+64+132=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #584084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584084 is #A7BF7B. Grayscale: #4E4E4E. Windows color (decimal): -10993532 or 8667224. OLE color: 8667224.

HSL color Cylindrical-coordinate representation of color #584084: hue angle of 261.18º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584084 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 64 132 -
CMYK 0.33 0.52 0 0.48
HSL 261.18º 0.35% 0.38% -
HSV(B) 261.18º 0.52% 0.52% -
XYZ 10.02 7.41 22.73 -
YUV 78.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 88 64 132 0.33 0.52 0 0.48 261.18 0.35 0.38
Hex 58 40 84 21 34 0 30 105 23 26
Octal 130 100 204 41 64 0 60 405 43 46
Binary 1011000 1000000 10000100 100001 110100 0 110000 100000101 100011 100110

Color Harmonies of #584084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584084

Black with #584084

Text Example


Text Example

White with #584084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584084; }

 p { color: rgb(88,64,132); }

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

background-color css

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

 a { background-color: rgb(88,64,132); }

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

border-color css

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

 span { border-color: rgb(88,64,132); }

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