Html Css Color HEX #584A8E Gigas

📋 copy color: '#584A8E'

red 88 ◦ green 74 ◦ blue 142

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

Shades of Gigas #584A8E

Tints of Gigas #584A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.71%

R = 28.95%
G = 24.34%
B = 46.71%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584A8E (or 0x584A8E) is known color: Gigas. HEX triplet: 58, 4A and 8E. RGB value is (88,74,142). Sum of RGB (Red+Green+Blue) = 88+74+142=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #584A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A8E is #A7B571. Grayscale: #555555. Windows color (decimal): -10990962 or 9325144. OLE color: 9325144.

HSL color Cylindrical-coordinate representation of color #584A8E: hue angle of 252.35º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #584A8E is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 74 142 -
CMYK 0.38 0.48 0 0.44
HSL 252.35º 0.31% 0.42% -
HSV(B) 252.35º 0.48% 0.56% -
XYZ 11.36 8.93 26.72 -
YUV 85.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 88 74 142 0.38 0.48 0 0.44 252.35 0.31 0.42
Hex 58 4A 8E 26 30 0 2C FC 1F 2A
Octal 130 112 216 46 60 0 54 374 37 52
Binary 1011000 1001010 10001110 100110 110000 0 101100 11111100 11111 101010

Color Harmonies of #584A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A8E

Black with #584A8E

Text Example


Text Example

White with #584A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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