Html Css Color HEX #5D488A Gigas

📋 copy color: '#5D488A'

red 93 ◦ green 72 ◦ blue 138

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

Shades of Gigas #5D488A

Tints of Gigas #5D488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 30.69%
G = 23.76%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D488A (or 0x5D488A) is known color: Gigas. HEX triplet: 5D, 48 and 8A. RGB value is (93,72,138). Sum of RGB (Red+Green+Blue) = 93+72+138=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D488A is #A2B775. Grayscale: #555555. Windows color (decimal): -10663798 or 9062493. OLE color: 9062493.

HSL color Cylindrical-coordinate representation of color #5D488A: hue angle of 259.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D488A is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 72 138 -
CMYK 0.33 0.48 0 0.46
HSL 259.09º 0.31% 0.41% -
HSV(B) 259.09º 0.48% 0.54% -
XYZ 11.42 8.8 25.14 -
YUV 85.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 93 72 138 0.33 0.48 0 0.46 259.09 0.31 0.41
Hex 5D 48 8A 21 30 0 2E 103 1F 29
Octal 135 110 212 41 60 0 56 403 37 51
Binary 1011101 1001000 10001010 100001 110000 0 101110 100000011 11111 101001

Color Harmonies of #5D488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D488A

Black with #5D488A

Text Example


Text Example

White with #5D488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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