Html Css Color HEX #5D487C Gigas

📋 copy color: '#5D487C'

red 93 ◦ green 72 ◦ blue 124

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

Shades of Gigas #5D487C

Tints of Gigas #5D487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

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

R = 32.18%
G = 24.91%
B = 42.91%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D487C (or 0x5D487C) is known color: Gigas. HEX triplet: 5D, 48 and 7C. RGB value is (93,72,124). Sum of RGB (Red+Green+Blue) = 93+72+124=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D487C is #A2B783. Grayscale: #545454. Windows color (decimal): -10663812 or 8144989. OLE color: 8144989.

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

Color convert

RGB 93 72 124 -
CMYK 0.25 0.42 0 0.51
HSL 264.23º 0.27% 0.38% -
HSV(B) 264.23º 0.42% 0.49% -
XYZ 10.47 8.42 20.14 -
YUV 84.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 93 72 124 0.25 0.42 0 0.51 264.23 0.27 0.38
Hex 5D 48 7C 19 2A 0 33 108 1B 26
Octal 135 110 174 31 52 0 63 410 33 46
Binary 1011101 1001000 1111100 11001 101010 0 110011 100001000 11011 100110

Color Harmonies of #5D487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D487C

Black with #5D487C

Text Example


Text Example

White with #5D487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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