Html Css Color HEX #584995 Gigas

📋 copy color: '#584995'

red 88 ◦ green 73 ◦ blue 149

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

Shades of Gigas #584995

Tints of Gigas #584995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 28.39%
G = 23.55%
B = 48.06%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584995 (or 0x584995) is known color: Gigas. HEX triplet: 58, 49 and 95. RGB value is (88,73,149). Sum of RGB (Red+Green+Blue) = 88+73+149=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #584995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584995 is #A7B66A. Grayscale: #555555. Windows color (decimal): -10991211 or 9783640. OLE color: 9783640.

HSL color Cylindrical-coordinate representation of color #584995: hue angle of 251.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584995 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 73 149 -
CMYK 0.41 0.51 0 0.42
HSL 251.84º 0.34% 0.44% -
HSV(B) 251.84º 0.51% 0.58% -
XYZ 11.83 9.01 29.55 -
YUV 86.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 88 73 149 0.41 0.51 0 0.42 251.84 0.34 0.44
Hex 58 49 95 29 33 0 2A FC 22 2C
Octal 130 111 225 51 63 0 52 374 42 54
Binary 1011000 1001001 10010101 101001 110011 0 101010 11111100 100010 101100

Color Harmonies of #584995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584995

Black with #584995

Text Example


Text Example

White with #584995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584995; }

 p { color: rgb(88,73,149); }

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

background-color css

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

 a { background-color: rgb(88,73,149); }

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

border-color css

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

 span { border-color: rgb(88,73,149); }

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