Html Css Color HEX #584877 Gigas

📋 copy color: '#584877'

red 88 ◦ green 72 ◦ blue 119

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

Shades of Gigas #584877

Tints of Gigas #584877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 31.54%
G = 25.81%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#584877 (or 0x584877) is known color: Gigas. HEX triplet: 58, 48 and 77. RGB value is (88,72,119). Sum of RGB (Red+Green+Blue) = 88+72+119=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #584877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584877 is #A7B788. Grayscale: #515151. Windows color (decimal): -10991497 or 7817304. OLE color: 7817304.

HSL color Cylindrical-coordinate representation of color #584877: hue angle of 260.43º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584877 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 72 119 -
CMYK 0.26 0.39 0 0.53
HSL 260.43º 0.25% 0.37% -
HSV(B) 260.43º 0.39% 0.47% -
XYZ 9.67 8.04 18.5 -
YUV 82.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 88 72 119 0.26 0.39 0 0.53 260.43 0.25 0.37
Hex 58 48 77 1A 27 0 35 104 19 25
Octal 130 110 167 32 47 0 65 404 31 45
Binary 1011000 1001000 1110111 11010 100111 0 110101 100000100 11001 100101

Color Harmonies of #584877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584877

Black with #584877

Text Example


Text Example

White with #584877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584877; }

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

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

background-color css

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

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

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

border-color css

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

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

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