Html Css Color HEX #58467E Gigas

📋 copy color: '#58467E'

red 88 ◦ green 70 ◦ blue 126

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

Shades of Gigas #58467E

Tints of Gigas #58467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 30.99%
G = 24.65%
B = 44.37%

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

#58467E (or 0x58467E) is known color: Gigas. HEX triplet: 58, 46 and 7E. RGB value is (88,70,126). Sum of RGB (Red+Green+Blue) = 88+70+126=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #58467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58467E is #A7B981. Grayscale: #515151. Windows color (decimal): -10992002 or 8275544. OLE color: 8275544.

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

Color convert

RGB 88 70 126 -
CMYK 0.30 0.44 0 0.51
HSL 259.29º 0.29% 0.38% -
HSV(B) 259.29º 0.44% 0.49% -
XYZ 9.98 7.96 20.75 -
YUV 81.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 88 70 126 0.30 0.44 0 0.51 259.29 0.29 0.38
Hex 58 46 7E 1E 2C 0 33 103 1D 26
Octal 130 106 176 36 54 0 63 403 35 46
Binary 1011000 1000110 1111110 11110 101100 0 110011 100000011 11101 100110

Color Harmonies of #58467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58467E

Black with #58467E

Text Example


Text Example

White with #58467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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