Html Css Color HEX #584794 Gigas

📋 copy color: '#584794'

red 88 ◦ green 71 ◦ blue 148

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

Shades of Gigas #584794

Tints of Gigas #584794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 28.66%
G = 23.13%
B = 48.21%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584794 (or 0x584794) is known color: Gigas. HEX triplet: 58, 47 and 94. RGB value is (88,71,148). Sum of RGB (Red+Green+Blue) = 88+71+148=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #584794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584794 is #A7B86B. Grayscale: #545454. Windows color (decimal): -10991724 or 9717592. OLE color: 9717592.

HSL color Cylindrical-coordinate representation of color #584794: hue angle of 253.25º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584794 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 71 148 -
CMYK 0.41 0.52 0 0.42
HSL 253.25º 0.35% 0.43% -
HSV(B) 253.25º 0.52% 0.58% -
XYZ 11.62 8.72 29.09 -
YUV 84.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 88 71 148 0.41 0.52 0 0.42 253.25 0.35 0.43
Hex 58 47 94 29 34 0 2A FD 23 2B
Octal 130 107 224 51 64 0 52 375 43 53
Binary 1011000 1000111 10010100 101001 110100 0 101010 11111101 100011 101011

Color Harmonies of #584794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584794

Black with #584794

Text Example


Text Example

White with #584794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584794; }

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

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

background-color css

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

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

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

border-color css

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

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

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