Html Css Color HEX #584A90 Gigas

📋 copy color: '#584A90'

red 88 ◦ green 74 ◦ blue 144

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

Shades of Gigas #584A90

Tints of Gigas #584A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 28.76%
G = 24.18%
B = 47.06%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584A90 (or 0x584A90) is known color: Gigas. HEX triplet: 58, 4A and 90. RGB value is (88,74,144). Sum of RGB (Red+Green+Blue) = 88+74+144=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #584A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A90 is #A7B56F. Grayscale: #555555. Windows color (decimal): -10990960 or 9456216. OLE color: 9456216.

HSL color Cylindrical-coordinate representation of color #584A90: hue angle of 252º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584A90 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 74 144 -
CMYK 0.39 0.49 0 0.44
HSL 252º 0.32% 0.43% -
HSV(B) 252º 0.49% 0.56% -
XYZ 11.51 8.99 27.51 -
YUV 86.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 88 74 144 0.39 0.49 0 0.44 252 0.32 0.43
Hex 58 4A 90 27 31 0 2C FC 20 2B
Octal 130 112 220 47 61 0 54 374 40 53
Binary 1011000 1001010 10010000 100111 110001 0 101100 11111100 100000 101011

Color Harmonies of #584A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A90

Black with #584A90

Text Example


Text Example

White with #584A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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