Html Css Color HEX #584690 Gigas

📋 copy color: '#584690'

red 88 ◦ green 70 ◦ blue 144

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

Shades of Gigas #584690

Tints of Gigas #584690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 144 (56.64% from 255) = 47.68%

R = 29.14%
G = 23.18%
B = 47.68%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584690 (or 0x584690) is known color: Gigas. HEX triplet: 58, 46 and 90. RGB value is (88,70,144). Sum of RGB (Red+Green+Blue) = 88+70+144=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #584690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584690 is #A7B96F. Grayscale: #535353. Windows color (decimal): -10991984 or 9455192. OLE color: 9455192.

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

Color convert

RGB 88 70 144 -
CMYK 0.39 0.51 0 0.44
HSL 254.59º 0.35% 0.42% -
HSV(B) 254.59º 0.51% 0.56% -
XYZ 11.25 8.47 27.43 -
YUV 83.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 88 70 144 0.39 0.51 0 0.44 254.59 0.35 0.42
Hex 58 46 90 27 33 0 2C FF 23 2A
Octal 130 106 220 47 63 0 54 377 43 52
Binary 1011000 1000110 10010000 100111 110011 0 101100 11111111 100011 101010

Color Harmonies of #584690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584690

Black with #584690

Text Example


Text Example

White with #584690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584690; }

 p { color: rgb(88,70,144); }

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

background-color css

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

 a { background-color: rgb(88,70,144); }

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

border-color css

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

 span { border-color: rgb(88,70,144); }

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