Html Css Color HEX #58458B Gigas

📋 copy color: '#58458B'

red 88 ◦ green 69 ◦ blue 139

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

Shades of Gigas #58458B

Tints of Gigas #58458B

RGB

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

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

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

R = 29.73%
G = 23.31%
B = 46.96%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58458B (or 0x58458B) is known color: Gigas. HEX triplet: 58, 45 and 8B. RGB value is (88,69,139). Sum of RGB (Red+Green+Blue) = 88+69+139=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #58458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58458B is #A7BA74. Grayscale: #525252. Windows color (decimal): -10992245 or 9127256. OLE color: 9127256.

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

Color convert

RGB 88 69 139 -
CMYK 0.37 0.50 0 0.45
HSL 256.29º 0.34% 0.41% -
HSV(B) 256.29º 0.5% 0.55% -
XYZ 10.81 8.2 25.44 -
YUV 82.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 88 69 139 0.37 0.50 0 0.45 256.29 0.34 0.41
Hex 58 45 8B 25 32 0 2D 100 22 29
Octal 130 105 213 45 62 0 55 400 42 51
Binary 1011000 1000101 10001011 100101 110010 0 101101 100000000 100010 101001

Color Harmonies of #58458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58458B

Black with #58458B

Text Example


Text Example

White with #58458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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