Html Css Color HEX #5C498A Gigas

📋 copy color: '#5C498A'

red 92 ◦ green 73 ◦ blue 138

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

Shades of Gigas #5C498A

Tints of Gigas #5C498A

RGB

 RED value IS 92 (36.33% from 255) = 30.36%

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 30.36%
G = 24.09%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5C498A (or 0x5C498A) is known color: Gigas. HEX triplet: 5C, 49 and 8A. RGB value is (92,73,138). Sum of RGB (Red+Green+Blue) = 92+73+138=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C498A is #A3B675. Grayscale: #555555. Windows color (decimal): -10729078 or 9062748. OLE color: 9062748.

HSL color Cylindrical-coordinate representation of color #5C498A: hue angle of 257.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C498A is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 92 73 138 -
CMYK 0.33 0.47 0 0.46
HSL 257.54º 0.31% 0.41% -
HSV(B) 257.54º 0.47% 0.54% -
XYZ 11.38 8.88 25.16 -
YUV 86.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 92 73 138 0.33 0.47 0 0.46 257.54 0.31 0.41
Hex 5C 49 8A 21 2F 0 2E 102 1F 29
Octal 134 111 212 41 57 0 56 402 37 51
Binary 1011100 1001001 10001010 100001 101111 0 101110 100000010 11111 101001

Color Harmonies of #5C498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C498A

Black with #5C498A

Text Example


Text Example

White with #5C498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,73,138); }

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

background-color css

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

 a { background-color: rgb(92,73,138); }

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

border-color css

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

 span { border-color: rgb(92,73,138); }

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