#58438A

Color #58438A Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #58438A

Tints of Gigas #58438A

Color information

#58438A (or 0x58438A) is unknown color: approx Gigas. HEX triplet: 58, 43 and 8A. RGB value is (88,67,138). Sum of RGB (Red+Green+Blue) = 88+67+138=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #58438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58438A is #A7BC75. Grayscale: #515151. Windows color (decimal): -10992758 or 9061208. OLE color: 9061208.

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

Color convert

RGB8867138-
CMYK0.360.5100.46
HSL257.75º34.63%40.2%-
HSV(B)257.75º51.45%54.12%-
XYZ10.627.9225.01-
YUV81.37159.96132.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=30.03%
G=22.87%
B=47.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88671380.360.5100.46257.7534.6340.2
Hex58438A243302E1022328
Octal13010321244630564024350
Binary10110001000011100010101001001100110101110100000010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58438A;
 }
 .AnyTagClassName
 {
   color: #58438A;
 }
</style>
background-color css

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

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

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

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

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

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