Html Css Color HEX #58467A Gigas

📋 copy color: '#58467A'

red 88 ◦ green 70 ◦ blue 122

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

Shades of Gigas #58467A

Tints of Gigas #58467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.57%

R = 31.43%
G = 25%
B = 43.57%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58467A (or 0x58467A) is known color: Gigas. HEX triplet: 58, 46 and 7A. RGB value is (88,70,122). Sum of RGB (Red+Green+Blue) = 88+70+122=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #58467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58467A is #A7B985. Grayscale: #515151. Windows color (decimal): -10992006 or 8013400. OLE color: 8013400.

HSL color Cylindrical-coordinate representation of color #58467A: hue angle of 260.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58467A is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 70 122 -
CMYK 0.28 0.43 0 0.52
HSL 260.77º 0.27% 0.38% -
HSV(B) 260.77º 0.43% 0.48% -
XYZ 9.73 7.86 19.42 -
YUV 81.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 88 70 122 0.28 0.43 0 0.52 260.77 0.27 0.38
Hex 58 46 7A 1C 2B 0 34 105 1B 26
Octal 130 106 172 34 53 0 64 405 33 46
Binary 1011000 1000110 1111010 11100 101011 0 110100 100000101 11011 100110

Color Harmonies of #58467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58467A

Black with #58467A

Text Example


Text Example

White with #58467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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