Html Css Color HEX #5B4883 Gigas

📋 copy color: '#5B4883'

red 91 ◦ green 72 ◦ blue 131

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

Shades of Gigas #5B4883

Tints of Gigas #5B4883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.56%

R = 30.95%
G = 24.49%
B = 44.56%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B4883 (or 0x5B4883) is known color: Gigas. HEX triplet: 5B, 48 and 83. RGB value is (91,72,131). Sum of RGB (Red+Green+Blue) = 91+72+131=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B4883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4883 is #A4B77C. Grayscale: #545454. Windows color (decimal): -10794877 or 8603739. OLE color: 8603739.

HSL color Cylindrical-coordinate representation of color #5B4883: hue angle of 259.32º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B4883 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 72 131 -
CMYK 0.31 0.45 0 0.49
HSL 259.32º 0.29% 0.4% -
HSV(B) 259.32º 0.45% 0.51% -
XYZ 10.73 8.5 22.55 -
YUV 84.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 91 72 131 0.31 0.45 0 0.49 259.32 0.29 0.4
Hex 5B 48 83 1F 2D 0 31 103 1D 28
Octal 133 110 203 37 55 0 61 403 35 50
Binary 1011011 1001000 10000011 11111 101101 0 110001 100000011 11101 101000

Color Harmonies of #5B4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4883

Black with #5B4883

Text Example


Text Example

White with #5B4883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,72,131); }

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

background-color css

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

 a { background-color: rgb(91,72,131); }

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

border-color css

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

 span { border-color: rgb(91,72,131); }

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