Html Css Color HEX #58498F Gigas

📋 copy color: '#58498F'

red 88 ◦ green 73 ◦ blue 143

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

Shades of Gigas #58498F

Tints of Gigas #58498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 28.95%
G = 24.01%
B = 47.04%

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

#58498F (or 0x58498F) is known color: Gigas. HEX triplet: 58, 49 and 8F. RGB value is (88,73,143). Sum of RGB (Red+Green+Blue) = 88+73+143=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #58498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58498F is #A7B670. Grayscale: #555555. Windows color (decimal): -10991217 or 9390424. OLE color: 9390424.

HSL color Cylindrical-coordinate representation of color #58498F: hue angle of 252.86º 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 #58498F is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 73 143 -
CMYK 0.38 0.49 0 0.44
HSL 252.86º 0.32% 0.42% -
HSV(B) 252.86º 0.49% 0.56% -
XYZ 11.36 8.82 27.09 -
YUV 85.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 88 73 143 0.38 0.49 0 0.44 252.86 0.32 0.42
Hex 58 49 8F 26 31 0 2C FD 20 2A
Octal 130 111 217 46 61 0 54 375 40 52
Binary 1011000 1001001 10001111 100110 110001 0 101100 11111101 100000 101010

Color Harmonies of #58498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58498F

Black with #58498F

Text Example


Text Example

White with #58498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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