Html Css Color HEX #5C4586 Gigas

📋 copy color: '#5C4586'

red 92 ◦ green 69 ◦ blue 134

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

Shades of Gigas #5C4586

Tints of Gigas #5C4586

RGB

 RED value IS 92 (36.33% from 255) = 31.19%

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

 BLUE value IS 134 (52.73% from 255) = 45.42%

R = 31.19%
G = 23.39%
B = 45.42%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C4586 (or 0x5C4586) is known color: Gigas. HEX triplet: 5C, 45 and 86. RGB value is (92,69,134). Sum of RGB (Red+Green+Blue) = 92+69+134=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C4586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4586 is #A3BA79. Grayscale: #535353. Windows color (decimal): -10730106 or 8799580. OLE color: 8799580.

HSL color Cylindrical-coordinate representation of color #5C4586: hue angle of 261.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C4586 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 69 134 -
CMYK 0.31 0.49 0 0.47
HSL 261.23º 0.32% 0.4% -
HSV(B) 261.23º 0.49% 0.53% -
XYZ 10.84 8.25 23.58 -
YUV 83.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 92 69 134 0.31 0.49 0 0.47 261.23 0.32 0.4
Hex 5C 45 86 1F 31 0 2F 105 20 28
Octal 134 105 206 37 61 0 57 405 40 50
Binary 1011100 1000101 10000110 11111 110001 0 101111 100000101 100000 101000

Color Harmonies of #5C4586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4586

Black with #5C4586

Text Example


Text Example

White with #5C4586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C4586; }

 p { color: rgb(92,69,134); }

 H1.HeaderClassName
 {
   color: #5C4586;
 }
 .AnyTagClassName
 {
   color: #5C4586;
 }
</style>

background-color css

<style>
 a { background-color: #5C4586; }

 a { background-color: rgb(92,69,134); }

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

border-color css

<style>
 span { border-color: #5C4586; }

 span { border-color: rgb(92,69,134); }

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