Html Css Color HEX #58498B Gigas

📋 copy color: '#58498B'

red 88 ◦ green 73 ◦ blue 139

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

Shades of Gigas #58498B

Tints of Gigas #58498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 29.33%
G = 24.33%
B = 46.33%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58498B (or 0x58498B) is known color: Gigas. HEX triplet: 58, 49 and 8B. RGB value is (88,73,139). Sum of RGB (Red+Green+Blue) = 88+73+139=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #58498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58498B is #A7B674. Grayscale: #545454. Windows color (decimal): -10991221 or 9128280. OLE color: 9128280.

HSL color Cylindrical-coordinate representation of color #58498B: hue angle of 253.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58498B is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 73 139 -
CMYK 0.37 0.47 0 0.45
HSL 253.64º 0.31% 0.42% -
HSV(B) 253.64º 0.47% 0.55% -
XYZ 11.07 8.7 25.52 -
YUV 85.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 88 73 139 0.37 0.47 0 0.45 253.64 0.31 0.42
Hex 58 49 8B 25 2F 0 2D FE 1F 2A
Octal 130 111 213 45 57 0 55 376 37 52
Binary 1011000 1001001 10001011 100101 101111 0 101101 11111110 11111 101010

Color Harmonies of #58498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58498B

Black with #58498B

Text Example


Text Example

White with #58498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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