Html Css Color HEX #58487A Gigas

📋 copy color: '#58487A'

red 88 ◦ green 72 ◦ blue 122

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

Shades of Gigas #58487A

Tints of Gigas #58487A

RGB

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

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

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

R = 31.21%
G = 25.53%
B = 43.26%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58487A (or 0x58487A) is known color: Gigas. HEX triplet: 58, 48 and 7A. RGB value is (88,72,122). Sum of RGB (Red+Green+Blue) = 88+72+122=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #58487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58487A is #A7B785. Grayscale: #525252. Windows color (decimal): -10991494 or 8013912. OLE color: 8013912.

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

Color convert

RGB 88 72 122 -
CMYK 0.28 0.41 0 0.52
HSL 259.2º 0.26% 0.38% -
HSV(B) 259.2º 0.41% 0.48% -
XYZ 9.85 8.11 19.46 -
YUV 82.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 88 72 122 0.28 0.41 0 0.52 259.2 0.26 0.38
Hex 58 48 7A 1C 29 0 34 103 1A 26
Octal 130 110 172 34 51 0 64 403 32 46
Binary 1011000 1001000 1111010 11100 101001 0 110100 100000011 11010 100110

Color Harmonies of #58487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58487A

Black with #58487A

Text Example


Text Example

White with #58487A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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