Html Css Color HEX #55467F Gigas

📋 copy color: '#55467F'

red 85 ◦ green 70 ◦ blue 127

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

Shades of Gigas #55467F

Tints of Gigas #55467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.04%

R = 30.14%
G = 24.82%
B = 45.04%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55467F (or 0x55467F) is known color: Gigas. HEX triplet: 55, 46 and 7F. RGB value is (85,70,127). Sum of RGB (Red+Green+Blue) = 85+70+127=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #55467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55467F is #AAB980. Grayscale: #505050. Windows color (decimal): -11188609 or 8341077. OLE color: 8341077.

HSL color Cylindrical-coordinate representation of color #55467F: hue angle of 255.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55467F is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 70 127 -
CMYK 0.33 0.45 0 0.50
HSL 255.79º 0.29% 0.39% -
HSV(B) 255.79º 0.45% 0.5% -
XYZ 9.77 7.84 21.08 -
YUV 80.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 85 70 127 0.33 0.45 0 0.50 255.79 0.29 0.39
Hex 55 46 7F 21 2D 0 32 100 1D 27
Octal 125 106 177 41 55 0 62 400 35 47
Binary 1010101 1000110 1111111 100001 101101 0 110010 100000000 11101 100111

Color Harmonies of #55467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55467F

Black with #55467F

Text Example


Text Example

White with #55467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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