Html Css Color HEX #55478E Gigas

📋 copy color: '#55478E'

red 85 ◦ green 71 ◦ blue 142

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

Shades of Gigas #55478E

Tints of Gigas #55478E

RGB

 RED value IS 85 (33.59% from 255) = 28.52%

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 28.52%
G = 23.83%
B = 47.65%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55478E (or 0x55478E) is known color: Gigas. HEX triplet: 55, 47 and 8E. RGB value is (85,71,142). Sum of RGB (Red+Green+Blue) = 85+71+142=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #55478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55478E is #AAB871. Grayscale: #535353. Windows color (decimal): -11188338 or 9324373. OLE color: 9324373.

HSL color Cylindrical-coordinate representation of color #55478E: hue angle of 251.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55478E is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 71 142 -
CMYK 0.40 0.5 0 0.44
HSL 251.83º 0.33% 0.42% -
HSV(B) 251.83º 0.5% 0.56% -
XYZ 10.88 8.39 26.64 -
YUV 83.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 85 71 142 0.40 0.5 0 0.44 251.83 0.33 0.42
Hex 55 47 8E 28 32 0 2C FC 21 2A
Octal 125 107 216 50 62 0 54 374 41 52
Binary 1010101 1000111 10001110 101000 110010 0 101100 11111100 100001 101010

Color Harmonies of #55478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55478E

Black with #55478E

Text Example


Text Example

White with #55478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55478E; }

 p { color: rgb(85,71,142); }

 H1.HeaderClassName
 {
   color: #55478E;
 }
 .AnyTagClassName
 {
   color: #55478E;
 }
</style>

background-color css

<style>
 a { background-color: #55478E; }

 a { background-color: rgb(85,71,142); }

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

border-color css

<style>
 span { border-color: #55478E; }

 span { border-color: rgb(85,71,142); }

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