Html Css Color HEX #58458A Gigas

📋 copy color: '#58458A'

red 88 ◦ green 69 ◦ blue 138

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

Shades of Gigas #58458A

Tints of Gigas #58458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 29.83%
G = 23.39%
B = 46.78%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58458A (or 0x58458A) is known color: Gigas. HEX triplet: 58, 45 and 8A. RGB value is (88,69,138). Sum of RGB (Red+Green+Blue) = 88+69+138=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #58458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58458A is #A7BA75. Grayscale: #525252. Windows color (decimal): -10992246 or 9061720. OLE color: 9061720.

HSL color Cylindrical-coordinate representation of color #58458A: hue angle of 256.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58458A is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 69 138 -
CMYK 0.36 0.5 0 0.46
HSL 256.52º 0.33% 0.41% -
HSV(B) 256.52º 0.5% 0.54% -
XYZ 10.74 8.17 25.05 -
YUV 82.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 88 69 138 0.36 0.5 0 0.46 256.52 0.33 0.41
Hex 58 45 8A 24 32 0 2E 101 21 29
Octal 130 105 212 44 62 0 56 401 41 51
Binary 1011000 1000101 10001010 100100 110010 0 101110 100000001 100001 101001

Color Harmonies of #58458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58458A

Black with #58458A

Text Example


Text Example

White with #58458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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