Html Css Color HEX #5B467F Gigas

📋 copy color: '#5B467F'

red 91 ◦ green 70 ◦ blue 127

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

Shades of Gigas #5B467F

Tints of Gigas #5B467F

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

 GREEN value IS 70 (27.73% from 255) = 24.31%

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

R = 31.6%
G = 24.31%
B = 44.1%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B467F (or 0x5B467F) is known color: Gigas. HEX triplet: 5B, 46 and 7F. RGB value is (91,70,127). Sum of RGB (Red+Green+Blue) = 91+70+127=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B467F is #A4B980. Grayscale: #525252. Windows color (decimal): -10795393 or 8341083. OLE color: 8341083.

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

Color convert

RGB 91 70 127 -
CMYK 0.28 0.45 0 0.50
HSL 262.11º 0.29% 0.39% -
HSV(B) 262.11º 0.45% 0.5% -
XYZ 10.34 8.14 21.1 -
YUV 82.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 91 70 127 0.28 0.45 0 0.50 262.11 0.29 0.39
Hex 5B 46 7F 1C 2D 0 32 106 1D 27
Octal 133 106 177 34 55 0 62 406 35 47
Binary 1011011 1000110 1111111 11100 101101 0 110010 100000110 11101 100111

Color Harmonies of #5B467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B467F

Black with #5B467F

Text Example


Text Example

White with #5B467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,127); }

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

background-color css

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

 a { background-color: rgb(91,70,127); }

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

border-color css

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

 span { border-color: rgb(91,70,127); }

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