Html Css Color HEX #584591 Gigas

📋 copy color: '#584591'

red 88 ◦ green 69 ◦ blue 145

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

Shades of Gigas #584591

Tints of Gigas #584591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 29.14%
G = 22.85%
B = 48.01%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#584591 (or 0x584591) is known color: Gigas. HEX triplet: 58, 45 and 91. RGB value is (88,69,145). Sum of RGB (Red+Green+Blue) = 88+69+145=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #584591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584591 is #A7BA6E. Grayscale: #535353. Windows color (decimal): -10992239 or 9520472. OLE color: 9520472.

HSL color Cylindrical-coordinate representation of color #584591: hue angle of 255º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584591 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 69 145 -
CMYK 0.39 0.52 0 0.43
HSL 255º 0.36% 0.42% -
HSV(B) 255º 0.52% 0.57% -
XYZ 11.26 8.38 27.81 -
YUV 83.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 88 69 145 0.39 0.52 0 0.43 255 0.36 0.42
Hex 58 45 91 27 34 0 2B FF 24 2A
Octal 130 105 221 47 64 0 53 377 44 52
Binary 1011000 1000101 10010001 100111 110100 0 101011 11111111 100100 101010

Color Harmonies of #584591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584591

Black with #584591

Text Example


Text Example

White with #584591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584591; }

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

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

background-color css

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

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

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

border-color css

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

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

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