Html Css Color HEX #58477B Gigas

📋 copy color: '#58477B'

red 88 ◦ green 71 ◦ blue 123

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

Shades of Gigas #58477B

Tints of Gigas #58477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 31.21%
G = 25.18%
B = 43.62%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58477B (or 0x58477B) is known color: Gigas. HEX triplet: 58, 47 and 7B. RGB value is (88,71,123). Sum of RGB (Red+Green+Blue) = 88+71+123=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #58477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58477B is #A7B884. Grayscale: #515151. Windows color (decimal): -10991749 or 8079192. OLE color: 8079192.

HSL color Cylindrical-coordinate representation of color #58477B: hue angle of 259.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58477B is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 71 123 -
CMYK 0.28 0.42 0 0.52
HSL 259.62º 0.27% 0.38% -
HSV(B) 259.62º 0.42% 0.48% -
XYZ 9.85 8.01 19.77 -
YUV 82.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 88 71 123 0.28 0.42 0 0.52 259.62 0.27 0.38
Hex 58 47 7B 1C 2A 0 34 104 1B 26
Octal 130 107 173 34 52 0 64 404 33 46
Binary 1011000 1000111 1111011 11100 101010 0 110100 100000100 11011 100110

Color Harmonies of #58477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58477B

Black with #58477B

Text Example


Text Example

White with #58477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,71,123); }

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

background-color css

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

 a { background-color: rgb(88,71,123); }

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

border-color css

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

 span { border-color: rgb(88,71,123); }

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