Html Css Color HEX #5D488C Gigas

📋 copy color: '#5D488C'

red 93 ◦ green 72 ◦ blue 140

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

Shades of Gigas #5D488C

Tints of Gigas #5D488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 30.49%
G = 23.61%
B = 45.9%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D488C (or 0x5D488C) is known color: Gigas. HEX triplet: 5D, 48 and 8C. RGB value is (93,72,140). Sum of RGB (Red+Green+Blue) = 93+72+140=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D488C is #A2B773. Grayscale: #555555. Windows color (decimal): -10663796 or 9193565. OLE color: 9193565.

HSL color Cylindrical-coordinate representation of color #5D488C: hue angle of 258.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D488C is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 72 140 -
CMYK 0.34 0.49 0 0.45
HSL 258.53º 0.32% 0.42% -
HSV(B) 258.53º 0.49% 0.55% -
XYZ 11.57 8.86 25.91 -
YUV 86.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 93 72 140 0.34 0.49 0 0.45 258.53 0.32 0.42
Hex 5D 48 8C 22 31 0 2D 103 20 2A
Octal 135 110 214 42 61 0 55 403 40 52
Binary 1011101 1001000 10001100 100010 110001 0 101101 100000011 100000 101010

Color Harmonies of #5D488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D488C

Black with #5D488C

Text Example


Text Example

White with #5D488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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