Html Css Color HEX #5D4C7C Gigas

📋 copy color: '#5D4C7C'

red 93 ◦ green 76 ◦ blue 124

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

Shades of Gigas #5D4C7C

Tints of Gigas #5D4C7C

RGB

 RED value IS 93 (36.72% from 255) = 31.74%

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 31.74%
G = 25.94%
B = 42.32%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D4C7C (or 0x5D4C7C) is known color: Gigas. HEX triplet: 5D, 4C and 7C. RGB value is (93,76,124). Sum of RGB (Red+Green+Blue) = 93+76+124=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D4C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4C7C is #A2B383. Grayscale: #565656. Windows color (decimal): -10662788 or 8146013. OLE color: 8146013.

HSL color Cylindrical-coordinate representation of color #5D4C7C: hue angle of 261.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D4C7C is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 76 124 -
CMYK 0.25 0.39 0 0.51
HSL 261.25º 0.24% 0.39% -
HSV(B) 261.25º 0.39% 0.49% -
XYZ 10.74 8.95 20.23 -
YUV 86.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 93 76 124 0.25 0.39 0 0.51 261.25 0.24 0.39
Hex 5D 4C 7C 19 27 0 33 105 18 27
Octal 135 114 174 31 47 0 63 405 30 47
Binary 1011101 1001100 1111100 11001 100111 0 110011 100000101 11000 100111

Color Harmonies of #5D4C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4C7C

Black with #5D4C7C

Text Example


Text Example

White with #5D4C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,76,124); }

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

background-color css

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

 a { background-color: rgb(93,76,124); }

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

border-color css

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

 span { border-color: rgb(93,76,124); }

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