Html Css Color HEX #5D477F Gigas

📋 copy color: '#5D477F'

red 93 ◦ green 71 ◦ blue 127

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

Shades of Gigas #5D477F

Tints of Gigas #5D477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 127 (50% from 255) = 43.64%

R = 31.96%
G = 24.4%
B = 43.64%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5D477F (or 0x5D477F) is known color: Gigas. HEX triplet: 5D, 47 and 7F. RGB value is (93,71,127). Sum of RGB (Red+Green+Blue) = 93+71+127=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D477F is #A2B880. Grayscale: #535353. Windows color (decimal): -10664065 or 8341341. OLE color: 8341341.

HSL color Cylindrical-coordinate representation of color #5D477F: hue angle of 263.57º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D477F is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 71 127 -
CMYK 0.27 0.44 0 0.50
HSL 263.57º 0.28% 0.39% -
HSV(B) 263.57º 0.44% 0.5% -
XYZ 10.6 8.37 21.13 -
YUV 83.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 93 71 127 0.27 0.44 0 0.50 263.57 0.28 0.39
Hex 5D 47 7F 1B 2C 0 32 108 1C 27
Octal 135 107 177 33 54 0 62 410 34 47
Binary 1011101 1000111 1111111 11011 101100 0 110010 100001000 11100 100111

Color Harmonies of #5D477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D477F

Black with #5D477F

Text Example


Text Example

White with #5D477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,71,127); }

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

background-color css

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

 a { background-color: rgb(93,71,127); }

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

border-color css

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

 span { border-color: rgb(93,71,127); }

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