Html Css Color HEX #5C4B8D Gigas

📋 copy color: '#5C4B8D'

red 92 ◦ green 75 ◦ blue 141

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

Shades of Gigas #5C4B8D

Tints of Gigas #5C4B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.35%

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 29.87%
G = 24.35%
B = 45.78%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C4B8D (or 0x5C4B8D) is known color: Gigas. HEX triplet: 5C, 4B and 8D. RGB value is (92,75,141). Sum of RGB (Red+Green+Blue) = 92+75+141=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C4B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4B8D is #A3B472. Grayscale: #575757. Windows color (decimal): -10728563 or 9259868. OLE color: 9259868.

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

Color convert

RGB 92 75 141 -
CMYK 0.35 0.47 0 0.45
HSL 255.45º 0.31% 0.42% -
HSV(B) 255.45º 0.47% 0.55% -
XYZ 11.74 9.23 26.36 -
YUV 87.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 92 75 141 0.35 0.47 0 0.45 255.45 0.31 0.42
Hex 5C 4B 8D 23 2F 0 2D FF 1F 2A
Octal 134 113 215 43 57 0 55 377 37 52
Binary 1011100 1001011 10001101 100011 101111 0 101101 11111111 11111 101010

Color Harmonies of #5C4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4B8D

Black with #5C4B8D

Text Example


Text Example

White with #5C4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,75,141); }

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

background-color css

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

 a { background-color: rgb(92,75,141); }

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

border-color css

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

 span { border-color: rgb(92,75,141); }

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