Html Css Color HEX #58458D Gigas

📋 copy color: '#58458D'

red 88 ◦ green 69 ◦ blue 141

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

Shades of Gigas #58458D

Tints of Gigas #58458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

 BLUE value IS 141 (55.47% from 255) = 47.32%

R = 29.53%
G = 23.15%
B = 47.32%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58458D (or 0x58458D) is known color: Gigas. HEX triplet: 58, 45 and 8D. RGB value is (88,69,141). Sum of RGB (Red+Green+Blue) = 88+69+141=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #58458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58458D is #A7BA72. Grayscale: #525252. Windows color (decimal): -10992243 or 9258328. OLE color: 9258328.

HSL color Cylindrical-coordinate representation of color #58458D: hue angle of 255.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58458D is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 69 141 -
CMYK 0.38 0.51 0 0.45
HSL 255.83º 0.34% 0.41% -
HSV(B) 255.83º 0.51% 0.55% -
XYZ 10.96 8.25 26.21 -
YUV 82.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 88 69 141 0.38 0.51 0 0.45 255.83 0.34 0.41
Hex 58 45 8D 26 33 0 2D 100 22 29
Octal 130 105 215 46 63 0 55 400 42 51
Binary 1011000 1000101 10001101 100110 110011 0 101101 100000000 100010 101001

Color Harmonies of #58458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58458D

Black with #58458D

Text Example


Text Example

White with #58458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58458D; }

 p { color: rgb(88,69,141); }

 H1.HeaderClassName
 {
   color: #58458D;
 }
 .AnyTagClassName
 {
   color: #58458D;
 }
</style>

background-color css

<style>
 a { background-color: #58458D; }

 a { background-color: rgb(88,69,141); }

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

border-color css

<style>
 span { border-color: #58458D; }

 span { border-color: rgb(88,69,141); }

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