Html Css Color HEX #584889 Gigas

📋 copy color: '#584889'

red 88 ◦ green 72 ◦ blue 137

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

Shades of Gigas #584889

Tints of Gigas #584889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 29.63%
G = 24.24%
B = 46.13%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#584889 (or 0x584889) is known color: Gigas. HEX triplet: 58, 48 and 89. RGB value is (88,72,137). Sum of RGB (Red+Green+Blue) = 88+72+137=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #584889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584889 is #A7B776. Grayscale: #535353. Windows color (decimal): -10991479 or 8996952. OLE color: 8996952.

HSL color Cylindrical-coordinate representation of color #584889: hue angle of 254.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584889 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 72 137 -
CMYK 0.36 0.47 0 0.46
HSL 254.77º 0.31% 0.41% -
HSV(B) 254.77º 0.47% 0.54% -
XYZ 10.86 8.52 24.74 -
YUV 84.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 88 72 137 0.36 0.47 0 0.46 254.77 0.31 0.41
Hex 58 48 89 24 2F 0 2E FF 1F 29
Octal 130 110 211 44 57 0 56 377 37 51
Binary 1011000 1001000 10001001 100100 101111 0 101110 11111111 11111 101001

Color Harmonies of #584889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584889

Black with #584889

Text Example


Text Example

White with #584889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584889; }

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

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

background-color css

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

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

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

border-color css

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

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

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