Html Css Color HEX #58477E Gigas

📋 copy color: '#58477E'

red 88 ◦ green 71 ◦ blue 126

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

Shades of Gigas #58477E

Tints of Gigas #58477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 30.88%
G = 24.91%
B = 44.21%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58477E (or 0x58477E) is known color: Gigas. HEX triplet: 58, 47 and 7E. RGB value is (88,71,126). Sum of RGB (Red+Green+Blue) = 88+71+126=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #58477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58477E is #A7B881. Grayscale: #525252. Windows color (decimal): -10991746 or 8275800. OLE color: 8275800.

HSL color Cylindrical-coordinate representation of color #58477E: hue angle of 258.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58477E is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 71 126 -
CMYK 0.30 0.44 0 0.51
HSL 258.55º 0.28% 0.39% -
HSV(B) 258.55º 0.44% 0.49% -
XYZ 10.04 8.09 20.77 -
YUV 82.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 88 71 126 0.30 0.44 0 0.51 258.55 0.28 0.39
Hex 58 47 7E 1E 2C 0 33 103 1C 27
Octal 130 107 176 36 54 0 63 403 34 47
Binary 1011000 1000111 1111110 11110 101100 0 110011 100000011 11100 100111

Color Harmonies of #58477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58477E

Black with #58477E

Text Example


Text Example

White with #58477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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