Html Css Color HEX #58487F Gigas

📋 copy color: '#58487F'

red 88 ◦ green 72 ◦ blue 127

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

Shades of Gigas #58487F

Tints of Gigas #58487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.25%

R = 30.66%
G = 25.09%
B = 44.25%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58487F (or 0x58487F) is known color: Gigas. HEX triplet: 58, 48 and 7F. RGB value is (88,72,127). Sum of RGB (Red+Green+Blue) = 88+72+127=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #58487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58487F is #A7B780. Grayscale: #525252. Windows color (decimal): -10991489 or 8341592. OLE color: 8341592.

HSL color Cylindrical-coordinate representation of color #58487F: hue angle of 257.45º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58487F is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 72 127 -
CMYK 0.31 0.43 0 0.50
HSL 257.45º 0.28% 0.39% -
HSV(B) 257.45º 0.43% 0.5% -
XYZ 10.17 8.24 21.13 -
YUV 83.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 88 72 127 0.31 0.43 0 0.50 257.45 0.28 0.39
Hex 58 48 7F 1F 2B 0 32 101 1C 27
Octal 130 110 177 37 53 0 62 401 34 47
Binary 1011000 1001000 1111111 11111 101011 0 110010 100000001 11100 100111

Color Harmonies of #58487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58487F

Black with #58487F

Text Example


Text Example

White with #58487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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