Html Css Color HEX #58448B Gigas

📋 copy color: '#58448B'

red 88 ◦ green 68 ◦ blue 139

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

Shades of Gigas #58448B

Tints of Gigas #58448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 29.83%
G = 23.05%
B = 47.12%

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

#58448B (or 0x58448B) is known color: Gigas. HEX triplet: 58, 44 and 8B. RGB value is (88,68,139). Sum of RGB (Red+Green+Blue) = 88+68+139=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #58448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58448B is #A7BB74. Grayscale: #515151. Windows color (decimal): -10992501 or 9127000. OLE color: 9127000.

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

Color convert

RGB 88 68 139 -
CMYK 0.37 0.51 0 0.45
HSL 256.9º 0.34% 0.41% -
HSV(B) 256.9º 0.51% 0.55% -
XYZ 10.75 8.07 25.42 -
YUV 82.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 88 68 139 0.37 0.51 0 0.45 256.9 0.34 0.41
Hex 58 44 8B 25 33 0 2D 101 22 29
Octal 130 104 213 45 63 0 55 401 42 51
Binary 1011000 1000100 10001011 100101 110011 0 101101 100000001 100010 101001

Color Harmonies of #58448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58448B

Black with #58448B

Text Example


Text Example

White with #58448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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