Html Css Color HEX #5D4C90 Gigas

📋 copy color: '#5D4C90'

red 93 ◦ green 76 ◦ blue 144

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

Shades of Gigas #5D4C90

Tints of Gigas #5D4C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 29.71%
G = 24.28%
B = 46.01%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D4C90 (or 0x5D4C90) is known color: Gigas. HEX triplet: 5D, 4C and 90. RGB value is (93,76,144). Sum of RGB (Red+Green+Blue) = 93+76+144=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D4C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4C90 is #A2B36F. Grayscale: #585858. Windows color (decimal): -10662768 or 9456733. OLE color: 9456733.

HSL color Cylindrical-coordinate representation of color #5D4C90: hue angle of 255º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D4C90 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 76 144 -
CMYK 0.35 0.47 0 0.44
HSL 255º 0.31% 0.43% -
HSV(B) 255º 0.47% 0.56% -
XYZ 12.13 9.51 27.58 -
YUV 88.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 93 76 144 0.35 0.47 0 0.44 255 0.31 0.43
Hex 5D 4C 90 23 2F 0 2C FF 1F 2B
Octal 135 114 220 43 57 0 54 377 37 53
Binary 1011101 1001100 10010000 100011 101111 0 101100 11111111 11111 101011

Color Harmonies of #5D4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4C90

Black with #5D4C90

Text Example


Text Example

White with #5D4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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