Html Css Color HEX #58458C Gigas

📋 copy color: '#58458C'

red 88 ◦ green 69 ◦ blue 140

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

Shades of Gigas #58458C

Tints of Gigas #58458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 29.63%
G = 23.23%
B = 47.14%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58458C (or 0x58458C) is known color: Gigas. HEX triplet: 58, 45 and 8C. RGB value is (88,69,140). Sum of RGB (Red+Green+Blue) = 88+69+140=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #58458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58458C is #A7BA73. Grayscale: #525252. Windows color (decimal): -10992244 or 9192792. OLE color: 9192792.

HSL color Cylindrical-coordinate representation of color #58458C: hue angle of 256.06º 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 #58458C is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 69 140 -
CMYK 0.37 0.51 0 0.45
HSL 256.06º 0.34% 0.41% -
HSV(B) 256.06º 0.51% 0.55% -
XYZ 10.89 8.22 25.82 -
YUV 82.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 88 69 140 0.37 0.51 0 0.45 256.06 0.34 0.41
Hex 58 45 8C 25 33 0 2D 100 22 29
Octal 130 105 214 45 63 0 55 400 42 51
Binary 1011000 1000101 10001100 100101 110011 0 101101 100000000 100010 101001

Color Harmonies of #58458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58458C

Black with #58458C

Text Example


Text Example

White with #58458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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