Html Css Color HEX #5B488E Gigas

📋 copy color: '#5B488E'

red 91 ◦ green 72 ◦ blue 142

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

Shades of Gigas #5B488E

Tints of Gigas #5B488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 29.84%
G = 23.61%
B = 46.56%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B488E (or 0x5B488E) is known color: Gigas. HEX triplet: 5B, 48 and 8E. RGB value is (91,72,142). Sum of RGB (Red+Green+Blue) = 91+72+142=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B488E is #A4B771. Grayscale: #555555. Windows color (decimal): -10794866 or 9324635. OLE color: 9324635.

HSL color Cylindrical-coordinate representation of color #5B488E: hue angle of 256.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B488E is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 72 142 -
CMYK 0.36 0.49 0 0.44
HSL 256.29º 0.33% 0.42% -
HSV(B) 256.29º 0.49% 0.56% -
XYZ 11.51 8.81 26.69 -
YUV 85.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 91 72 142 0.36 0.49 0 0.44 256.29 0.33 0.42
Hex 5B 48 8E 24 31 0 2C 100 21 2A
Octal 133 110 216 44 61 0 54 400 41 52
Binary 1011011 1001000 10001110 100100 110001 0 101100 100000000 100001 101010

Color Harmonies of #5B488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B488E

Black with #5B488E

Text Example


Text Example

White with #5B488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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