Html Css Color HEX #5C498C Gigas

📋 copy color: '#5C498C'

red 92 ◦ green 73 ◦ blue 140

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

Shades of Gigas #5C498C

Tints of Gigas #5C498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 30.16%
G = 23.93%
B = 45.9%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C498C (or 0x5C498C) is known color: Gigas. HEX triplet: 5C, 49 and 8C. RGB value is (92,73,140). Sum of RGB (Red+Green+Blue) = 92+73+140=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C498C is #A3B673. Grayscale: #565656. Windows color (decimal): -10729076 or 9193820. OLE color: 9193820.

HSL color Cylindrical-coordinate representation of color #5C498C: hue angle of 257.01º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C498C is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 73 140 -
CMYK 0.34 0.48 0 0.45
HSL 257.01º 0.31% 0.42% -
HSV(B) 257.01º 0.48% 0.55% -
XYZ 11.53 8.93 25.93 -
YUV 86.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 92 73 140 0.34 0.48 0 0.45 257.01 0.31 0.42
Hex 5C 49 8C 22 30 0 2D 101 1F 2A
Octal 134 111 214 42 60 0 55 401 37 52
Binary 1011100 1001001 10001100 100010 110000 0 101101 100000001 11111 101010

Color Harmonies of #5C498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C498C

Black with #5C498C

Text Example


Text Example

White with #5C498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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