Html Css Color HEX #5C4C90 Gigas

📋 copy color: '#5C4C90'

red 92 ◦ green 76 ◦ blue 144

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

Shades of Gigas #5C4C90

Tints of Gigas #5C4C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.36%

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 29.49%
G = 24.36%
B = 46.15%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C4C90 (or 0x5C4C90) is known color: Gigas. HEX triplet: 5C, 4C and 90. RGB value is (92,76,144). Sum of RGB (Red+Green+Blue) = 92+76+144=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C4C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4C90 is #A3B36F. Grayscale: #585858. Windows color (decimal): -10728304 or 9456732. OLE color: 9456732.

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

Color convert

RGB 92 76 144 -
CMYK 0.36 0.47 0 0.44
HSL 254.12º 0.31% 0.43% -
HSV(B) 254.12º 0.47% 0.56% -
XYZ 12.03 9.46 27.58 -
YUV 88.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 92 76 144 0.36 0.47 0 0.44 254.12 0.31 0.43
Hex 5C 4C 90 24 2F 0 2C FE 1F 2B
Octal 134 114 220 44 57 0 54 376 37 53
Binary 1011100 1001100 10010000 100100 101111 0 101100 11111110 11111 101011

Color Harmonies of #5C4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4C90

Black with #5C4C90

Text Example


Text Example

White with #5C4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,76,144); }

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

background-color css

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

 a { background-color: rgb(92,76,144); }

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

border-color css

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

 span { border-color: rgb(92,76,144); }

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