Html Css Color HEX #5C488A Gigas

📋 copy color: '#5C488A'

red 92 ◦ green 72 ◦ blue 138

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

Shades of Gigas #5C488A

Tints of Gigas #5C488A

RGB

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

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

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

R = 30.46%
G = 23.84%
B = 45.7%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5C488A (or 0x5C488A) is known color: Gigas. HEX triplet: 5C, 48 and 8A. RGB value is (92,72,138). Sum of RGB (Red+Green+Blue) = 92+72+138=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C488A is #A3B775. Grayscale: #555555. Windows color (decimal): -10729334 or 9062492. OLE color: 9062492.

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

Color convert

RGB 92 72 138 -
CMYK 0.33 0.48 0 0.46
HSL 258.18º 0.31% 0.41% -
HSV(B) 258.18º 0.48% 0.54% -
XYZ 11.32 8.75 25.14 -
YUV 85.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 92 72 138 0.33 0.48 0 0.46 258.18 0.31 0.41
Hex 5C 48 8A 21 30 0 2E 102 1F 29
Octal 134 110 212 41 60 0 56 402 37 51
Binary 1011100 1001000 10001010 100001 110000 0 101110 100000010 11111 101001

Color Harmonies of #5C488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C488A

Black with #5C488A

Text Example


Text Example

White with #5C488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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