Html Css Color HEX #584790 Gigas

📋 copy color: '#584790'

red 88 ◦ green 71 ◦ blue 144

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

Shades of Gigas #584790

Tints of Gigas #584790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

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

R = 29.04%
G = 23.43%
B = 47.52%

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

#584790 (or 0x584790) is known color: Gigas. HEX triplet: 58, 47 and 90. RGB value is (88,71,144). Sum of RGB (Red+Green+Blue) = 88+71+144=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #584790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584790 is #A7B86F. Grayscale: #545454. Windows color (decimal): -10991728 or 9455448. OLE color: 9455448.

HSL color Cylindrical-coordinate representation of color #584790: hue angle of 253.97º degrees, saturation: 0.34, 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 #584790 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 71 144 -
CMYK 0.39 0.51 0 0.44
HSL 253.97º 0.34% 0.42% -
HSV(B) 253.97º 0.51% 0.56% -
XYZ 11.31 8.59 27.45 -
YUV 84.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 88 71 144 0.39 0.51 0 0.44 253.97 0.34 0.42
Hex 58 47 90 27 33 0 2C FE 22 2A
Octal 130 107 220 47 63 0 54 376 42 52
Binary 1011000 1000111 10010000 100111 110011 0 101100 11111110 100010 101010

Color Harmonies of #584790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584790

Black with #584790

Text Example


Text Example

White with #584790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584790; }

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

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

background-color css

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

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

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

border-color css

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

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

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