Html Css Color HEX #584A8D Gigas

📋 copy color: '#584A8D'

red 88 ◦ green 74 ◦ blue 141

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

Shades of Gigas #584A8D

Tints of Gigas #584A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 29.04%
G = 24.42%
B = 46.53%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#584A8D (or 0x584A8D) is known color: Gigas. HEX triplet: 58, 4A and 8D. RGB value is (88,74,141). Sum of RGB (Red+Green+Blue) = 88+74+141=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #584A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A8D is #A7B572. Grayscale: #555555. Windows color (decimal): -10990963 or 9259608. OLE color: 9259608.

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

Color convert

RGB 88 74 141 -
CMYK 0.38 0.48 0 0.45
HSL 252.54º 0.31% 0.42% -
HSV(B) 252.54º 0.48% 0.55% -
XYZ 11.28 8.9 26.32 -
YUV 85.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 88 74 141 0.38 0.48 0 0.45 252.54 0.31 0.42
Hex 58 4A 8D 26 30 0 2D FD 1F 2A
Octal 130 112 215 46 60 0 55 375 37 52
Binary 1011000 1001010 10001101 100110 110000 0 101101 11111101 11111 101010

Color Harmonies of #584A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A8D

Black with #584A8D

Text Example


Text Example

White with #584A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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