Html Css Color HEX #58498E Gigas

📋 copy color: '#58498E'

red 88 ◦ green 73 ◦ blue 142

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

Shades of Gigas #58498E

Tints of Gigas #58498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 29.04%
G = 24.09%
B = 46.86%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58498E (or 0x58498E) is known color: Gigas. HEX triplet: 58, 49 and 8E. RGB value is (88,73,142). Sum of RGB (Red+Green+Blue) = 88+73+142=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #58498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58498E is #A7B671. Grayscale: #555555. Windows color (decimal): -10991218 or 9324888. OLE color: 9324888.

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

Color convert

RGB 88 73 142 -
CMYK 0.38 0.49 0 0.44
HSL 253.04º 0.32% 0.42% -
HSV(B) 253.04º 0.49% 0.56% -
XYZ 11.29 8.79 26.69 -
YUV 85.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 88 73 142 0.38 0.49 0 0.44 253.04 0.32 0.42
Hex 58 49 8E 26 31 0 2C FD 20 2A
Octal 130 111 216 46 61 0 54 375 40 52
Binary 1011000 1001001 10001110 100110 110001 0 101100 11111101 100000 101010

Color Harmonies of #58498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58498E

Black with #58498E

Text Example


Text Example

White with #58498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,73,142); }

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

background-color css

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

 a { background-color: rgb(88,73,142); }

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

border-color css

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

 span { border-color: rgb(88,73,142); }

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