Html Css Color HEX #58467B Gigas

📋 copy color: '#58467B'

red 88 ◦ green 70 ◦ blue 123

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

Shades of Gigas #58467B

Tints of Gigas #58467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 31.32%
G = 24.91%
B = 43.77%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58467B (or 0x58467B) is known color: Gigas. HEX triplet: 58, 46 and 7B. RGB value is (88,70,123). Sum of RGB (Red+Green+Blue) = 88+70+123=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #58467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58467B is #A7B984. Grayscale: #515151. Windows color (decimal): -10992005 or 8078936. OLE color: 8078936.

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

Color convert

RGB 88 70 123 -
CMYK 0.28 0.43 0 0.52
HSL 260.38º 0.27% 0.38% -
HSV(B) 260.38º 0.43% 0.48% -
XYZ 9.79 7.89 19.74 -
YUV 81.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 88 70 123 0.28 0.43 0 0.52 260.38 0.27 0.38
Hex 58 46 7B 1C 2B 0 34 104 1B 26
Octal 130 106 173 34 53 0 64 404 33 46
Binary 1011000 1000110 1111011 11100 101011 0 110100 100000100 11011 100110

Color Harmonies of #58467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58467B

Black with #58467B

Text Example


Text Example

White with #58467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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