Html Css Color HEX #5D4C97 Gigas

📋 copy color: '#5D4C97'

red 93 ◦ green 76 ◦ blue 151

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

Shades of Gigas #5D4C97

Tints of Gigas #5D4C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 29.06%
G = 23.75%
B = 47.19%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D4C97 (or 0x5D4C97) is known color: Gigas. HEX triplet: 5D, 4C and 97. RGB value is (93,76,151). Sum of RGB (Red+Green+Blue) = 93+76+151=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D4C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4C97 is #A2B368. Grayscale: #595959. Windows color (decimal): -10662761 or 9915485. OLE color: 9915485.

HSL color Cylindrical-coordinate representation of color #5D4C97: hue angle of 253.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D4C97 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 76 151 -
CMYK 0.38 0.50 0 0.41
HSL 253.6º 0.33% 0.45% -
HSV(B) 253.6º 0.5% 0.59% -
XYZ 12.68 9.73 30.49 -
YUV 89.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 93 76 151 0.38 0.50 0 0.41 253.6 0.33 0.45
Hex 5D 4C 97 26 32 0 29 FE 21 2D
Octal 135 114 227 46 62 0 51 376 41 55
Binary 1011101 1001100 10010111 100110 110010 0 101001 11111110 100001 101101

Color Harmonies of #5D4C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4C97

Black with #5D4C97

Text Example


Text Example

White with #5D4C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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