Html Css Color HEX #584894 Gigas

📋 copy color: '#584894'

red 88 ◦ green 72 ◦ blue 148

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

Shades of Gigas #584894

Tints of Gigas #584894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

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

R = 28.57%
G = 23.38%
B = 48.05%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584894 (or 0x584894) is known color: Gigas. HEX triplet: 58, 48 and 94. RGB value is (88,72,148). Sum of RGB (Red+Green+Blue) = 88+72+148=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #584894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584894 is #A7B76B. Grayscale: #555555. Windows color (decimal): -10991468 or 9717848. OLE color: 9717848.

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

Color convert

RGB 88 72 148 -
CMYK 0.41 0.51 0 0.42
HSL 252.63º 0.35% 0.43% -
HSV(B) 252.63º 0.51% 0.58% -
XYZ 11.69 8.85 29.11 -
YUV 85.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 88 72 148 0.41 0.51 0 0.42 252.63 0.35 0.43
Hex 58 48 94 29 33 0 2A FD 23 2B
Octal 130 110 224 51 63 0 52 375 43 53
Binary 1011000 1001000 10010100 101001 110011 0 101010 11111101 100011 101011

Color Harmonies of #584894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584894

Black with #584894

Text Example


Text Example

White with #584894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584894; }

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

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

background-color css

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

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

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

border-color css

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

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

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