Html Css Color HEX #5D4D98 Gigas

📋 copy color: '#5D4D98'

red 93 ◦ green 77 ◦ blue 152

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

Shades of Gigas #5D4D98

Tints of Gigas #5D4D98

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

 BLUE value IS 152 (59.77% from 255) = 47.2%

R = 28.88%
G = 23.91%
B = 47.2%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5D4D98 (or 0x5D4D98) is known color: Gigas. HEX triplet: 5D, 4D and 98. RGB value is (93,77,152). Sum of RGB (Red+Green+Blue) = 93+77+152=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D4D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4D98 is #A2B267. Grayscale: #5A5A5A. Windows color (decimal): -10662504 or 9981277. OLE color: 9981277.

HSL color Cylindrical-coordinate representation of color #5D4D98: hue angle of 252.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D4D98 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 77 152 -
CMYK 0.39 0.49 0 0.40
HSL 252.8º 0.33% 0.45% -
HSV(B) 252.8º 0.49% 0.6% -
XYZ 12.84 9.9 30.94 -
YUV 90.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 93 77 152 0.39 0.49 0 0.40 252.8 0.33 0.45
Hex 5D 4D 98 27 31 0 28 FD 21 2D
Octal 135 115 230 47 61 0 50 375 41 55
Binary 1011101 1001101 10011000 100111 110001 0 101000 11111101 100001 101101

Color Harmonies of #5D4D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4D98

Black with #5D4D98

Text Example


Text Example

White with #5D4D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,152); }

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

background-color css

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

 a { background-color: rgb(93,77,152); }

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

border-color css

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

 span { border-color: rgb(93,77,152); }

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