Html Css Color HEX #55467C Gigas

📋 copy color: '#55467C'

red 85 ◦ green 70 ◦ blue 124

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

Shades of Gigas #55467C

Tints of Gigas #55467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 30.47%
G = 25.09%
B = 44.44%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55467C (or 0x55467C) is known color: Gigas. HEX triplet: 55, 46 and 7C. RGB value is (85,70,124). Sum of RGB (Red+Green+Blue) = 85+70+124=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #55467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55467C is #AAB983. Grayscale: #505050. Windows color (decimal): -11188612 or 8144469. OLE color: 8144469.

HSL color Cylindrical-coordinate representation of color #55467C: hue angle of 256.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55467C is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 70 124 -
CMYK 0.31 0.44 0 0.51
HSL 256.67º 0.28% 0.38% -
HSV(B) 256.67º 0.44% 0.49% -
XYZ 9.57 7.77 20.06 -
YUV 80.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 85 70 124 0.31 0.44 0 0.51 256.67 0.28 0.38
Hex 55 46 7C 1F 2C 0 33 101 1C 26
Octal 125 106 174 37 54 0 63 401 34 46
Binary 1010101 1000110 1111100 11111 101100 0 110011 100000001 11100 100110

Color Harmonies of #55467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55467C

Black with #55467C

Text Example


Text Example

White with #55467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55467C; }

 p { color: rgb(85,70,124); }

 H1.HeaderClassName
 {
   color: #55467C;
 }
 .AnyTagClassName
 {
   color: #55467C;
 }
</style>

background-color css

<style>
 a { background-color: #55467C; }

 a { background-color: rgb(85,70,124); }

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

border-color css

<style>
 span { border-color: #55467C; }

 span { border-color: rgb(85,70,124); }

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